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

Add until.urlContains null value check #5933

Merged
merged 1 commit into from Jul 16, 2018
Merged

Conversation

wejendorp
Copy link
Contributor

driver.getCurrentUrl() can return null in some cases, which causes
a TypeError instead of continuing to retry for the expected time.

This behavior was observed with remote IE11 on browserstack.

`driver.getCurrentUrl()` can return `null` in some cases, which causes
a `TypeError` instead of continuing to retry for the expected time.
@jleyba jleyba merged commit 0ac09d0 into SeleniumHQ:master Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants