Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to check an element, which is randomly (sometimes 3 secs later sometimes 20 secs later...) popping up. Is there a way to check such elements while the script is already running?
You can, for example, firstly check "Is element exist", and after that use "wait for element" if its not exist.
Or you can simply "wait" for max seconds - in your case 20 sec or whatever max waiting time is needed.
Or you can create a loop that checks for element until element shows on the page.
@badnguyenky said in Check for updates on customer side?:
I sent my standalone app that built from my script to customer, they are not install BAS.
Do you have a BASPremium license ?
@tet-vivi I do it success now. A big thanks to you, great guys.
@stephenperry18, show me pls piece of your project.