Skip to content

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