Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Update Selenide to 5.1.0 #70

Closed occupant23 closed 5 years ago

occupant23 commented 5 years ago

Selenide 5.1.0 is available and provides the newest Selenium which seems to be needed for the current webdrivers.

jowerner commented 5 years ago

According to the code, access to a grid should now fail in these situations:

The reason is that the switch to OkHttp is not completely done yet. The credentails/proxy stuff needs to be configured at the OkHttpClient, but not at the (now unused) Apache HttpClient.

occupant23 commented 5 years ago

ready to test but documentation for the new test-environment proxy needs to be added

occupant23 commented 5 years ago

added documentation for proxy setup

wurzelkuchen commented 5 years ago

rechecked proxy settings, work like a charm