Solved
Forum Discussion
Marsha_R
Champion Level 3
4 years agoSee if this helps
- Tazbir4 years agoNew Contributor
The detail tab has this message:
The window with the handle 0x00000000 does not exist.
This error occurred when the tested window (or control) or its parent object was deleted or recreated right before the method call. For example, you stored a window reference to a variable and then called a method through this variable.
If the object has been recreated, then to avoid the error, get the new object before the method call.
Tested object:
Aliases.browser.pageLogin.textbox
(Sys.Browser("chrome").Page("url_name").FindElement("//input[@id=(//label[.='Username']/@for)]"))I'm not sure how to resolve the issue.