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 = 1I also tried with:setTimeout(() => {document.querySelector("#flPubblicazioneWeb").click();}, 1000);but it doesn't work.Thank you!