Forum Discussion

djvakarjoshi1's avatar
djvakarjoshi1
Occasional Contributor
6 years ago
Solved

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.

13 Replies

  • Hi,

     

    Can you post the screenshot of the whole test window? (Code or Keyword)

    Does LoginURL have value assigned? Does it contain valid web address?

    Does the Additional Info test log panel contain some extended information?

     

    • tristaanogre's avatar
      tristaanogre
      Esteemed Contributor

      Do you have a web license?  The Browsers object is not available if you're not licensed for it.

      • sonya_m's avatar
        sonya_m
        Icon for Alumni rankAlumni

        Thanks everyone for participating in this thread. 

        Hi djvakarjoshi1 , were you able to solve this? If not, please provide the community members with the details they are requiring and we will try our best to help.