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?
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
@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.