You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
I was under the impression that isElementPresent() was more or less a clone of isPresent(), except that it waits for Angular to settle before asking. It appears that the source says to give it a sublocator, which it passes into a new ElementFinder instance and calls isPresent() on that.
The text was updated successfully, but these errors were encountered:
I was under the impression that
isElementPresent()
was more or less a clone ofisPresent()
, except that it waits for Angular to settle before asking. It appears that the source says to give it a sublocator, which it passes into a new ElementFinder instance and callsisPresent()
on that.The text was updated successfully, but these errors were encountered: