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

Verifying compatibility with Selenium 3.x #36

Open
Shnitzelil opened this issue Oct 25, 2016 · 2 comments
Open

Verifying compatibility with Selenium 3.x #36

Shnitzelil opened this issue Oct 25, 2016 · 2 comments

Comments

@Shnitzelil
Copy link

Shnitzelil commented Oct 25, 2016

Hey,

Not sure, but there are few changes in Selenium 3.x, see Selenium Changelog.
So, it will be useful to verify (and to adjust if needed) Selenium 3.x.

Thanks

@innokenty
Copy link
Member

Hi!

Thanks for watching. Looking at the changes I don't see any reason we need to adjust, since GridRouter is only proxying requests to selenium hubs, nothing more.

If someone is experiencing issues and found this thread — please share!

Thanks

P.S. To actually verify this ourselves is anyway a good idea, agree here.

@vania-pooh
Copy link
Member

Selenium 3 has two main differences:

  1. Old Selenium RC code was removed and compatibility layer is now using Selenium 2.x code base.
  2. Firefox 48+ is using Geckodriver instead of uploading an XPI extension to browser.

Having said that Selenium Server becomes useless for 90% of cases (Firefox, Chrome, Opera Blink, Appium-based mobile browsers) because standalone drivers or Appium do all the work. More than that Selenium Server has manually implemented proxying logic that suffers from unexpected timeout issues. We're currently working on an alternative lightweight Selenium hub implementation here: http://github.com/aandryashin/selenoid A first stable release will come in a few weeks.

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

3 participants