SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

need to force android to use our http libs #4848

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 4848

Android uses 4.0(beta 2) for its org.apache.http.* libraries, but httpcommandexecutor
uses functionality released after that. Unfortunately it is not as simple as just packaging
up the right jars since the ones that come with the os take priority. The solution
is to re-package the apache jars and create an androidhttpcommandexecutor (and androidhttpclientfactory)
which use these other libraries. 

https://code.google.com/p/httpclientandroidlib/ does this re-packaging for instance,
but maintaining our own might be of value.

Reported by adamgoucher on 2012-11-30 12:11:42

lukeis commented 8 years ago
Selenium project no longer supports the AndroidDriver.

Please use Selendroid instead:
http://selendroid.io/webview.html

And log any issues against that project:
https://github.com/selendroid/selendroid/issues

Reported by luke.semerau on 2013-12-26 21:57:35

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 18:16:25