jaredjamieson
2 years agoOccasional Contributor
Handling Inconsistent popups
I am writing a script test that performs a login using Apple ID. In the app the user selects 'login with Apple Id' then they are brought to Apple's login browser which pops up over the app. This is...
- 2 years ago
if (obj.Wait().Exists)
{
// Some code
}
I found this in the documentation listed below. The difference with this and the example you showed is the Wait element instead of the Find element! Thank you for your help Alex.
https://support.smartbear.com/testcomplete/docs/app-objects/common-tasks/checking-existence.html