-
Notifications
You must be signed in to change notification settings - Fork 26.1k
e2e tests: clicks are not working when using mobileOptions
capabilities
#2309
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
Comments
Note that this works for chrome 43 and 45 (canary). |
I am using the following command:
Note that the benchmarks don't throw, but just don't click on the button, i.e. the tree does not show and hide while the benchmark is running. |
Reproduced with plain old selenium-webdriver using selenium-webdriver node module 2.45, selenium 2.45, and chromedriver 2.14, and Chrome > 43. See https://github.com/juliemr/webdriver-bugs/blob/master/mobileclick.js New versions of selenium and chromedriver are out today. I'm going to try updating and see if that fixes. |
With updated selenium and chromedriver, this passes on Chrome 44 beta but fails on Chrome 45 canary because the click goes to the wrong element. Issue submitted to ChromeDriver: https://code.google.com/p/chromedriver/issues/detail?id=1127 |
Closing since the issue is now filed with chromedriver. |
Hey @juliemr, the clicks are still not working on current chrome driver. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Calls to
browser.click()
are doing nothing when I run benchmarks / e2e tests using protractor and have the capabilities below. There are no errors in the browser log, clicking on the buttons manually works, and removing themobileEmulation
entry from the capabilities also makes the tests work again.This is probably a bug in chromedriver, but needs more investigation and a simple reproduction case to file an issue there.
The text was updated successfully, but these errors were encountered: