Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Zalenium is not compatible with selenium web driver 3.4.0 #173

Closed
wantorp opened this issue Jun 30, 2017 · 5 comments
Closed

Zalenium is not compatible with selenium web driver 3.4.0 #173

wantorp opened this issue Jun 30, 2017 · 5 comments

Comments

@wantorp
Copy link

wantorp commented Jun 30, 2017

Hello,

I'm using Zalenium to run my tests and it works fine until version 3.3.0 of Selenium.

I recently upgraded the Selenium web driver to version 3.4.0 and stopped communicating with the hub.

I always get this error:
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(Uri remoteAddress, ICapabilities desiredCapabilities)

Is not Zalenium compatible with version 3.4.0 of the web driver ??

Does anyone have this problem? Is there any way to use zalenium with version 3.4.0 of the Selenium web driver.

Thank you.

Good work.

@ecktom
Copy link
Contributor

ecktom commented Jun 30, 2017

Hi @wantorp ,

you can wait for an "official" answer but I'm quiet sure zalenium is not ready yet to work with selenium 3.4.0. Might be interesting anyways to hear if there are plans to upgrade to 3.4.0

See also: https://github.com/zalando/zalenium#about-the-project-versioning

@wantorp
Copy link
Author

wantorp commented Jul 3, 2017

Hi @iMbaundso ,

Thanks for your feedback.

@diemol
Copy link
Contributor

diemol commented Jul 3, 2017

Hi @wantorp,

Yeah, we have not upgraded because there are some issues here elgalu/docker-selenium#149

Basically, the python bindings are throwing some errors with 3.4.0
We need to check that in detail but we haven't had the time...

I'll leave this open and close it when we release with 3.4.0

Thanks for jumping in @iMbaundso!

@wantorp
Copy link
Author

wantorp commented Jul 3, 2017

Hi @diemol,

Thanks.

@elgalu
Copy link
Member

elgalu commented Jul 3, 2017

@wantorp @iMbaundso if you can fix the python selenium tests to run with 3.4.0 then we will be glad to move FWD. Go to elgalu/docker-selenium#149 and add the changes necessary to have the tests working, should be easy to debug with TravisCI as opening a PR at elgalu/docker-selenium will trigger the build. Is also reproducible locally.

diemol added a commit that referenced this issue Sep 16, 2017
diemol added a commit that referenced this issue Sep 17, 2017
@diemol diemol mentioned this issue Sep 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants