Forum Discussion
ArtemS
Alumni
13 years agoHi Geoff,
I'd recommend using the Browsers and BrowserInfo objects instead of the TestedApps object. These objects are designed especially for managing web-browsers.
For example, the Browsers.Item().Run() method would launch a new browser, or would use an already running instance:
Regards,
Artem.
I'd recommend using the Browsers and BrowserInfo objects instead of the TestedApps object. These objects are designed especially for managing web-browsers.
For example, the Browsers.Item().Run() method would launch a new browser, or would use an already running instance:
Browsers.Item(btChrome).Run("http://smartbear.com/")
Regards,
Artem.