Forum Discussion
1 Reply
- ArtemS
Alumni
Hi 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:Browsers.Item(btChrome).Run("http://smartbear.com/")
Regards,
Artem.