Forum Discussion

JustinL22's avatar
JustinL22
Contributor
2 years ago
Solved

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...
  • rraghvani's avatar
    2 years ago

    The script coding will look something like,

     

    Browsers.Item["chrome"].Run("https://testurl.co.uk/testid=" + MyVariable)