Skip to content
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

default behavior for Wait produces awkward logging #54

Open
bandophahita opened this issue Mar 1, 2024 · 0 comments
Open

default behavior for Wait produces awkward logging #54

bandophahita opened this issue Mar 1, 2024 · 0 comments

Comments

@bandophahita
Copy link
Contributor

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.

actor.will(Wait.for_(TARGET).to_appear())
Marcel waits up to 5 seconds for the target to appear...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant