yuchang
12 years agoContributor
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");
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");