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).
How can i make that BAS "Click On Element" and that he only Right -Click and Copy the Link Adress ?
@Munkeln Use Get Item Attribute Attribute Name: href
So you get url
Same problem here @Fox no need to upload the project just make a new project with file resource and use delete current element
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.
@jayjay You need to wrap wait for css into ignore error action and only then process [[WAS_ERROR]] variable
alt text
Check ignore error documentation inside BAS:
0_1528304878313_IngoreError.png