We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wait
actor.will(Wait.for_(TARGET))
The above call to wait will produce the following log message
Marcel waits up to 5 seconds using visibility_of_element_located with [target]
When you call the action using to_appear() the logging looks nicer, even though these are effectively identical actions.
to_appear()
actor.will(Wait.for_(TARGET).to_appear())
Marcel waits up to 5 seconds for the target to appear...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The above call to wait will produce the following log message
When you call the action using
to_appear()
the logging looks nicer, even though these are effectively identical actions.The text was updated successfully, but these errors were encountered: