Hi,
I have a problem in Automation Edge, that when using the web scroll to go down to an element of a table (using xpath), it goes down too much, and does not find the element, there is some other way to do this scroll or click on that element without it being visible?
Hello @Ghashuewwerweuriwe
Instead of Xpath, you can use ID, Name, Link Text, Tag Nameā¦ and test.
Regards
I need xpath, because I have a variable x inside it, which represents a counter that is the table line
WF_Web_Scroll.psw (24.8 KB)
Attaching this wokflow for your reference. Please check if it helps you solve the problem.