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
Multiple waitForElement* calls could be wrapped into a single find call. Currently the most common use case is to wait for an element to be in the DOM and visible, so optimize on find() handling that case.
Multiple waitForElement* calls could be wrapped into a single find call. Currently the most common use case is to wait for an element to be in the DOM and visible, so optimize on find() handling that case.
E.g., all of these methods:
Could probably be transitioned into something like:
Find signature:
The text was updated successfully, but these errors were encountered: