@Webmaster
Ty Very Much Mr. Webmaster I did it Here in this example :
Convert a Boolean value to Yes-No.xml
because that way I have to do it for all Variables every time but I want to do it for all different Variables at once. I want it to be a global over all the script
How to deal with popup/overlays on websites?
-
I'm trying to automate stuff on a website, but they'll randomly open up an overlay asking for me to signup for an email newsletter, and then I continue with the script without closing it. Other than attempting to check for the overlay popup every other action so I can close it, how do I deal with this?
-
@boozer That's what I'm currently doing, created a function with short time outs and constantly call it between actions. It's particularly annoying because the popup might not appear, appear instantly, or take 2 minutes. Although maybe I should create a function that tries to close the popups constantly and call it asynchronously.
