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

Older version of HTTPclient breaks compatibility with newer Selenium versions. #25

Open
MarshHawk opened this issue May 5, 2016 · 2 comments

Comments

@MarshHawk
Copy link

Tried revving the version and removing IO Exception and mvn test succeeds... not sure what kind of refactoring would need to be done to fully support httpclient 4.5.* (?).

@krmorse
Copy link
Contributor

krmorse commented Jan 4, 2017

I haven't had time to look into this yet, but if you'd like to submit a pull request with the changes I'd be happy to take a look...

@krmorse
Copy link
Contributor

krmorse commented Nov 14, 2017

Looks like version 4.3 made significant changes to the api- they use a builder pattern now for constructing httpclient instances, so things like DefaultHttpClient and DecompressingHttpClient are not deprecated. Will probably be a little bit of work to upgrade...

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

2 participants