Can I change browser size to higher? (deafult 1024x768)
The element stay bellow this resolution and "scroll to element" not working. If I change browser size to higher I think BAS find the element.
@nosnossos92 хром 114 обнова ещё не всем прилетела, у меня на моём ПК ещё 113
В такие переходные периоды надо получать 113 и 114 и применять движок. Когда 114 выйдет массово, то забыть про 113
Я себе такое уже сделал.
Not that I know of. You'll need to tunnel through the proxy to really check the connection. I either do a proxy checker site to make sure nothing is leaking, or I just do the simple GET request against the site(s) I'm working with/on.
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