JustinL22
3 years agoContributor
Using a variable in a URL
Hi, I am wanting to use a variable that I have created in a key word test and add it to a URL so I can launch it via a python script and was wondering how to do that. I have used set variable...
- 3 years ago
The script coding will look something like,
Browsers.Item["chrome"].Run("https://testurl.co.uk/testid=" + MyVariable)