Forum Discussion

yuchang's avatar
yuchang
Contributor
11 years ago

Unable to find the object Browser("firefox")

Encountering the below problems to launch Firefox and Chrome to access the URL.

Jscript:



1:

 Browsers.Item("firefox").Run("https://lab006en/ui/guest");



showing error: "Unable to find the object Browser("firefox").

However Firefox 21 is installed.



2:

Browsers.Item(-2).Run("https://lab006en/ui/guest");

showing warning : "The browser is already running."

showing error: "Unable to find the object Browser("firefox").



3:

Browsers.Item("chrome").Run("https://lab006en/ui/guest");



showing warning : "The browser is already running." "Unable to navigate to the https..."





IE Explorer is working fine whether using Browsers.Item(-1).Run("https://lab006en/ui/guest"); or Browsers.Item("iexplore").Run("https://lab006en/ui/guest");

4 Replies

  • After put the patch for Firefox 21, looks like the issue of FireFox is gone.
  • efischer's avatar
    efischer
    New Contributor
    I'm also having the same issue. My recordings worked until about  June 12.



    Now only Chrome works. IE9 and Firefox v21 do not work.



    I receive the errors:

    Firefox v21.0: "Unable to find the object Browser("firefox").

    IE 9: "Unable to find the object Browser("iexplore").



    I'm just trying to navigate to www.yahoo.com
  • Hi I have the same problem,

    And it is very dificult to support cross browser functionality with this issue.I have FireFox version 25.0.1.

    So could you help me to resolve this problem or to give any workaround.

    Thanks