org.openqa.selenium.remote.internal.ApacheHttpClient is deprecated in Selenium 3.14.0 - What should be used instead?

前端 未结 2 1778
既然无缘
既然无缘 2020-12-19 05:22

I am currently using Selenium 3.14.0 library in which org.openqa.selenium.remote.internal.ApacheHttpClient is deprecated with no other information. Which sh

2条回答
  •  被撕碎了的回忆
    2020-12-19 05:34

    The HTTP client was switched to okhttp: http://square.github.io/okhttp/

    This is mentioned in the Selenium Java CHANGELOG of version 3.11.0 and also you can see it in the source code.

提交回复
热议问题