ThomasCasserly
8 years agoFrequent Contributor
Object Not Found during test but can be Found after test has failed.
Hi, I am having an issue with object recognition on pages in my web application. During a test run I load a page and the first operation fails due to an object not found error message. After th...
- 8 years ago
Hi,
This could be a timing issue.
What you can do is, Try to identify a object which loads at last and Use WaitChild to wait until the Objects exists or Visible. Then perform your testing.
Also below might help you