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?
There are many solutions to do this, but which solution helps to optimize the source code is important. Please clarify the purpose, explain more clearly
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.