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

Support for selenium 3.3 #164

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mythsunwind
Copy link

We updated to selenium-java 3.3.1 which is used together with Winium.Desktop to run our Windows automation. Unfortunately the recent selenium version (>=3.3) is not compatible with Winium.Desktop anymore, because it lacks some webdriver commands that are now needed. I added implementation for the two commands to make it run again:

  • setSessionCapabilities
  • setTimeout

The implementation of setTimeout is just a stub and return null (which is a valid return value, but will not change the behavior). Maybe that can be changed in a later update.

@cdos
Copy link

cdos commented Mar 23, 2018

Can we merge this into the master? Need support for selenium 3.11.0

@cdos
Copy link

cdos commented Mar 23, 2018

How do we fix the build issue?
Clock on this slave is out of sync with the master, and therefore I can't figure out what test results are new and what are old.

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

Successfully merging this pull request may close these issues.

2 participants