How to automatically fill a form with pauses multiple times in version 10?

113 views
Skip to first unread message

Alex B

unread,
Feb 11, 2022, 3:20:21 AM2/11/22
to Autofill Extension
Previously I used the code
Type = JavaScript
Value = setTimeout(function() {Autofill('next profile');}, 10000);

to apply the rule many times to the same form.
Starting with version 10, the rules stopped applying.

How to automatically fill a form with pauses multiple times in version 10?

Autofill Extension

unread,
Feb 12, 2022, 5:59:42 PM2/12/22
to Autofill Extension
Try this code in Value:

Autofill('next profile ID', 10000);

If you just want to add delay to a few rules, then you can specify rule-level delays in the Advanced tab. Hover over the rule's Name or Value field and you should see an ID in the tooltip. The rule ID is the same number, except it begins with "r" (e.g., r101). Here's how you'd add a 2-second delay for rule r101 only:

r101: delay=2

Reply all
Reply to author
Forward
0 new messages