-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cancel screen.waitFor if needed #241
Comments
@s1hofmann @svettwer can you please review it? I've opened a Pull Request for this enhancement. |
s1hofmann
added a commit
that referenced
this issue
Jun 24, 2021
s1hofmann
added a commit
that referenced
this issue
Jun 24, 2021
s1hofmann
added a commit
that referenced
this issue
Jun 24, 2021
s1hofmann
added a commit
that referenced
this issue
Jun 24, 2021
Merged
s1hofmann
added a commit
that referenced
this issue
Jun 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I am using
screen.waitFor
to find elements on screen.waitFor with some time. Since, this operation is cpu intensive, I want to cancel thewaitFor
if at any point I figure that it is unnecessarywaitFor
down the lane.The text was updated successfully, but these errors were encountered: