Re: checkbox

160 views
Skip to first unread message
Message has been deleted

turbowells

unread,
Mar 10, 2023, 12:30:20 PMMar 10
to Autofill Extension
It appears you need a longer delay.  Try three second delay for the rule through the interface or change the 1000 to a 3000 in the JavaScript rule.

On Friday, March 10, 2023 at 3:11:07 AM UTC-5 parvares wrote:
Hi, I'm trying to check a box. The page is this:


(it activates clicking on "Modifica" from this page).

I would like to check the box near "Non visualizzare in Opac"
I tried something like:

Type = Checkbox/Radio  Name = ^flPubblicazioneWeb$  Value = 1

I also tried with:

setTimeout(() => {
document.querySelector("#flPubblicazioneWeb").click();
}, 1000);

but it doesn't work.
Thank you!

Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
Message has been deleted
0 new messages