I have a web automation bot that should click on a link on a specific website.
Before the bot clicks the link, it waits till the browser is fully loaded each time.
But in my case, as the link gets visble way before the website is fully loaded, i dont want to wait that long before the link gets clicked. It should be clicked as soon as it appears.
Thanks a lot. In my case, the waitforready attribute is not available anymore as I use Studio Pro 2021.2.0.-beta44.
Now I just tried it with the get atttribute activity in which I still have the WaitForReady setting.
I gathered the href and combined it with the link so that i can use the go to url activity.
This works in most of the cases. Sometimes akwardly it cant get the href attribute from the link.
Even if the selector is dynamic to match every posssibility and the timeout is set to 10 seconds.
Next I’ll try to set the WaitForReady from None to Interactive. Maybe thats the solution!
I’ll update thsi post and mark the solution whene its tested.