mdh
11 years agoContributor
handling 'Unable to Find the Object'
For a specific browser object i do NOT want TC to create a errror in the Log.
How can I supress a "Unable to Find the Object' error ?
The Error is raises when below page do not exist:
If Sys.WaitBrowser(browser, 2000).WaitPage(HostName & "*",1000).Panel("main").Panel("product*").Exists
But it's not an actual error, so I will just check if next page exist (this is part of a larger error handling procedure)
How can I supress a "Unable to Find the Object' error ?
The Error is raises when below page do not exist:
If Sys.WaitBrowser(browser, 2000).WaitPage(HostName & "*",1000).Panel("main").Panel("product*").Exists
But it's not an actual error, so I will just check if next page exist (this is part of a larger error handling procedure)