Is there a way to change and save the base URL for a script? Or am I just stuck with changing it every time I need to run a script on a different build?
Also is there a way to change the Base URL when opening Selenium in the sidebar?
Selenium IDE (I posted in the right forum, I thought).
When I open a script, the base URL opens with what the script was originally recorded with. I can change that url, but if I save the script, it will not save the changed Base URL. Closing and reopening the script results in the originally recorded Base URL to show. It seems like there is no way to save the defaulted Base URL for a script once it is recorded/saved the first time. I was just wondering if anyone knew of a way to get around this.
The problem lies when you open Selenium IDE in the sidebar. The Base URL is not editable, thus making most of my scripts unusable via the sidebar. I have to create a new script to run in the sidebar with the Base URL defaulted to where I need my scripts to start.
Thanks! I had the same problem and this fixed it. I used the Find And Replace Text command line tool to replace all BASE URLs with a different BASE URL.