"Waiting for CSS element" breaks my script
-
Sometimes my proxy fails and it's waiting for CSS element, because the page has not loaded, but it has not(why?) thrown an error for [[WAS_ERROR]] for me to change proxy and try again. How can I check for if "waiting for CSS element" times out?
thanks
-
browser has no data to render, proxy doesn't work, but it doesn't get detected as an error. How do I throw an exception for that?
https://imgur.com/a/jvwe64Z
-
still havent solved it :(
-
@jayjay You need to wrap wait for css into ignore error action and only then process [[WAS_ERROR]] variable
Check ignore error documentation inside BAS: