nado
2 years agoOccasional Contributor
Unable to find the object Sys.Browser("*")
Hi everbody, After I updated my firefox version to 115.3.1, "Unable to find the object Sys.Browser("*")" error message started to appear. I can not use my all tests because this message appears as s...
- 7 years ago
Hi Alex
Figured it out, hope this helps anyone in my situation. Following works -
aqObject.CheckProperty(Sys.Browser(Project.Variables.webBrowser).Page("*"), "url", cmpContains, "Login.aspx");