Unable to run script using Firefox - get error "Unable to find the object Sys.Browser("*)"
I have a script that runs the following (Python) code to open the browser and pass in a valid URL:
Browsers.Item[btFirefox].Run(Project.Variables.EMBEDDED_LINK_URL)
It fails on this line ...