Posts by Peterson Andrade • 31 points
2 posts
-
0
votes2
answers379
viewsA: Check Javascript element property change
You need to move on to "observe" these changes (Watcher). Binds into: https://stackoverflow.com/questions/1759987/listening-for-variable-changes-in-javascript Here is the simple documentation for…
-
3
votes1
answer927
viewsA: Browser window control with Selenium
You can use the Autoit tool. https://www.autoitscript.com/site/autoit/ Usually it is used in conjunction with automated machines in another language to make functions within the system, wave the…