I’m trying to build a bot in A360 that searches a string in Google and clicks on each of the links that are returned. The issue is that Google randomises the path each time so it’s almost impossible to loop through each of the links using a counter in domx/path. I also looked at scraping URLs from the source code but it’s all embedded in js. Any ideas?