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
I was able to do what I want by adding "Execute javascript on element" to loop and then self.parentElement.parentElement.querySelector('span').textContent
But I am still interested if something similar can be done with XPATH or CSS
edit: XPATH syntax is something like this
[[FOR_EACH_CSS]] >AT>[[CYCLE_INDEX]] >XPATH> ../following-sibling::td[1]
now last thing I am missing is how to do it with CSS