Forum Discussion

sunrays123's avatar
sunrays123
Occasional Contributor
6 years ago

How to launch web browser from python script

Hi Guys

I want to launch a web-browser from python script test with a particular URL and then perform the authentication with username and password. Can anyone help to execute this task?

 

I tried using Browsers.Item[btChrome].Run() but encountered with an error saying that "unable to use browser object. The web testing plugin that implements the object code is not installed."