Forum Discussion
rameshkumar_tho
11 years agoNew Contributor
Thank you Alexei Karas.
I uninstalled and installed Chrome and the issue resolved. I am still on Chrome 32. Now I dont find the issue which I have mentioned above.
But now, I am facing another issue when using Keys.
Example:: Sys.Browser("chrome").Page("*").Keys("ramesh");
Error::
The window with the handle 0x00000000 does not exist.
Most likely, this error occurred because the tested object (window or control) or its parent object was deleted or recreated during the method call or before it. For instance, the window could be destroyed or recreated after you stored the object reference to a variable and before you called the object method through this variable.
If the object is recreated, then to avoid the error, check the object's Exists property before calling the method, and if the object does not exist, obtain a reference to the new object.
Can you please help me out in resolving this issue.
Thank you
Ramesh
I uninstalled and installed Chrome and the issue resolved. I am still on Chrome 32. Now I dont find the issue which I have mentioned above.
But now, I am facing another issue when using Keys.
Example:: Sys.Browser("chrome").Page("*").Keys("ramesh");
Error::
The window with the handle 0x00000000 does not exist.
Most likely, this error occurred because the tested object (window or control) or its parent object was deleted or recreated during the method call or before it. For instance, the window could be destroyed or recreated after you stored the object reference to a variable and before you called the object method through this variable.
If the object is recreated, then to avoid the error, check the object's Exists property before calling the method, and if the object does not exist, obtain a reference to the new object.
Can you please help me out in resolving this issue.
Thank you
Ramesh
Related Content
- 7 years ago
Recent Discussions
- 10 hours ago