Iam trying to automate a web application which will have multiple urls for the same site.
Frequently I need to change URL's whichever works fast. So I add the URL to config file and run with that instance.
But I cannot find the option to pass web page url dynamically.
The Bot throws error when I launch different URL and try to enter username and password in Login page.
Eg: I have a website URL https://www.eelsms.saasdemo.com/ in which I have the username and password textbox.
Similarly I have another URL https://www.eelsms.saasdemo1.com/ in which I have the same elements username and password textbox as previous one.
Now how to make code dynamic so that it works for both the URL's