How is it possible to select an element from the list of elements and search on the page, when the element is found, click on it, and if not found, again, select another element from the list and search on the page until there is an element in the list. Does not match with the same element
If URL is google.com : do "serie of actions number 1"
If URL is facebook.com : "serie of actions number 2"
If URL is youtube.com : "serie of actions number 1"
My script is about a link that is opened and open a random page, and I need to create a script that detect the page and do different action on different pages.
Please help me :)
Thank you
if [[URL]] == "https://www.google.com"
if [[URL]] == "https://www.facebook.com"
if [[URL]] == "https://www.youtube.com"
@fox sir ,
can you please tell me how to define default line from files resource path : like any user desktop\folder\output file.txt
with this setup i can set but when i compile my script and give it to another it says mypcusername\desktop\forlder\output file .txt and he need to choose it again
The path can be specified as standard in the resource property. But the username will still be different for everyone.