djvakarjoshi1
6 years agoOccasional Contributor
Launching browser
Hi,
I am trying to open chrome using the following code:
Browsers.Item(btchrome).Run(LoginURL);
Sys.Browser().BrowserWindow(0).Maximize();
But this throws exception as Error Undefined. May I know what has to be done in this.