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
@nicovevo Thanks for share . I also want after cout the element and one by one click on them . Can you support . thanks
Use the selector >MATCH> https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element
Thank you