jsc
11 years agoRegular Contributor
Unable to find the object ObjectIdentifier - how to avoid?
Hi all,
I am encountering the problem, that in some of my tests I get the error "Unable to find the object ObjectIdentifier".
The tests are run as keyword tests, but I also tried to avoid the problem by calling scripts that start the browser, but this brought up the same error.
The test is like this:
line 1: Run Browser | Internet Explorer | URL_A, 150000
line 2: Navigate | Internet Explorer | URL_B, 150000
(I increased the waittime to 150 seconds)
There are 2 errors:
Error 1 comes at line 1:
- Unable to find the object ObjectIdentifier.
- Additional Info: The object with the specified attributes does not exist.
- The browser is startet with the default url set in the browser settings
- The browser did not open URL_A.
Error 2 comes at line 2:
- Unable to find the object Sys.Browser("iexplore")
- Additional Info: The object with the specified attributes does not exist.
Namemapping:
1) Initial Namemapping of the browser:
- ObjetType = Browser
2) Adjusted Namemapping of the browser:
- ObjetType = Browser
- ProcessName = iexplore* (tried iexplore as well)
--> error occurs with either namemapping
3) Webpages
- ObjectType = Page
- URL = url of the webpage
I checked http://support.smartbear.com/viewarticle/61429/
But how can I include this?
I just start the browser, that is obviously started but does not call the correct url!
What can I do to avoid those errors?
Best regards,
Joachim
I am encountering the problem, that in some of my tests I get the error "Unable to find the object ObjectIdentifier".
The tests are run as keyword tests, but I also tried to avoid the problem by calling scripts that start the browser, but this brought up the same error.
The test is like this:
line 1: Run Browser | Internet Explorer | URL_A, 150000
line 2: Navigate | Internet Explorer | URL_B, 150000
(I increased the waittime to 150 seconds)
There are 2 errors:
Error 1 comes at line 1:
- Unable to find the object ObjectIdentifier.
- Additional Info: The object with the specified attributes does not exist.
- The browser is startet with the default url set in the browser settings
- The browser did not open URL_A.
Error 2 comes at line 2:
- Unable to find the object Sys.Browser("iexplore")
- Additional Info: The object with the specified attributes does not exist.
Namemapping:
1) Initial Namemapping of the browser:
- ObjetType = Browser
2) Adjusted Namemapping of the browser:
- ObjetType = Browser
- ProcessName = iexplore* (tried iexplore as well)
--> error occurs with either namemapping
3) Webpages
- ObjectType = Page
- URL = url of the webpage
I checked http://support.smartbear.com/viewarticle/61429/
But how can I include this?
I just start the browser, that is obviously started but does not call the correct url!
What can I do to avoid those errors?
Best regards,
Joachim