OPERATING SYSTEM = WINDOWS 10 Pro / Version 1809
BROWSER= Chrome 72
PROBLEM RELATED TO A SPECIFIC WEBSITE
Hi all ! I am currently trying to do something I think is easy but I have not been able to make the code run up to know. The issue is that i want to push a button in a website, and the name of the button changes everyday (example of the name=ext-gen3479).
What I have tried so far is to set the variable (and change it myself by hand every time i run the macro, but it doesnt work ! anything i am doing wrong ? Please help me !
Code
SET !VAR2 ext-gen3479
TAG POS=1 TYPE=DIV ATTR=ID:{{!VAR2}} --> does not push the button!