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?
@Fox Sounds great. I am curious of the look and feel of the new variable inspector. Hopefully it will be possible to undock it too in the near future :)
Development is coming to an end, but when exactly it will appear in BAS, I do not know.
Maybe not the best way to do it but you can scrape all possible urls on the page and then add all to a new list then you can take a random line from the list and click it. That would 100% work.