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

Fix Travis with newer versions of selenium-webdriver #117

Closed
panterch opened this issue Nov 3, 2015 · 4 comments
Closed

Fix Travis with newer versions of selenium-webdriver #117

panterch opened this issue Nov 3, 2015 · 4 comments
Assignees

Comments

@panterch
Copy link
Owner

panterch commented Nov 3, 2015

https://travis-ci.org/panterch/future_kids

@eigenmannmartin
Copy link
Contributor

Selenium-webdriver 2.48 now does not click elements that are not visible or clickable by a user.
See here and here

Possible Fix:

  • downgrade to 2.47.1
  • or scroll to element or make it clickable (increase canvas size, see here)

@panterch panterch mentioned this issue Nov 11, 2015
panterch added a commit that referenced this issue Feb 7, 2016
panterch added a commit that referenced this issue Feb 8, 2016
@panterch panterch reopened this Feb 8, 2016
@panterch
Copy link
Owner Author

panterch commented Feb 8, 2016

It worked locally but broke travis: https://travis-ci.org/panterch/future_kids/builds/107644432

@panterch panterch mentioned this issue Mar 8, 2016
@panterch
Copy link
Owner Author

panterch commented Mar 8, 2016

Still a problem, see #141

@panterch panterch reopened this Mar 8, 2016
panterch added a commit that referenced this issue Mar 8, 2016
@panterch panterch changed the title Fix Travis Build Fix Travis with newer versions of selenium-webdriver Apr 9, 2016
@panterch
Copy link
Owner Author

panterch commented Apr 9, 2016

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

2 participants