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

WaitForElement -functions do not apply timeout on element lookup #626

Open
jluukka-ge opened this issue Feb 28, 2021 · 0 comments
Open

WaitForElement -functions do not apply timeout on element lookup #626

jluukka-ge opened this issue Feb 28, 2021 · 0 comments

Comments

@jluukka-ge
Copy link

The timeout- and pollFreq- parameters apply only for the assert function after the element has been found from the DOM. Due to this, the driver will loop indefinitely until the element is found. This will cause trouble when the intention is to check that an element does not exist on the DOM or when an element never appear on the DOM.

Is there a way to override httpOpts or otherwise set the timeout for individual jsonWire calls? Is there another method for checking the non-existence of matching elements on the DOM?

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