Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi i want to use match to click the like button 1 than 2 than 3 becouse it finds all like buttons and i want to first click the first one than the second one than the 3one etc how to do this?
@DezeJK For immutable selectors, add after the selector
>AT>x
x is 0,1,2... corresponding to the first, second, third position...
@majdi105 translate.google.com :p
@xxasaxx said in img src find and click?:
im begiinner and dont understand... i create set variable '>XPATH>//img[@scr="[' + [[PINLENECEKRESIM]] + ']'
im begiinner and dont understand...
i create set variable
You copied my example incorrectly
support294.gif
Test script
@plantacja said in Click on element (match):
How can i make BAS to click on first match?
Here is the manual for selectors.