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 cann't work now #21

Open
shadowwider opened this issue Mar 8, 2017 · 0 comments
Open

waitForElement cann't work now #21

shadowwider opened this issue Mar 8, 2017 · 0 comments

Comments

@shadowwider
Copy link

for new webdriver IE and chrome ,maybe api is changed so waitForElement cann't work now.It will not trigger a brower's setTimeout.
I changed this.actionQueue.push(this.webdriverClient.implicitWait.bind(this.webdriverClient, timeout))
to this.webdriverClient.timeouts.bind(this.webdriverClient,'implicit',timeout) it works now.

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