SeleniumHQ / selenium-google-code-issue-archive

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

Certificate issue facing on android webdriver #6400

Closed lukeis closed 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 6400


I installed android webdriver by instruction given on:
https://code.google.com/p/selenium/wiki/AndroidDriver

When i tries to run script on android webdriver if fails as the web page not found.
When I checked the same URL using android browser it works with certificate error.

So I thinks its due to certificate error I am getting issue on android webdriver.

OS: Windows 7
Browser: Android web driver
Browser version: android-server-2.32.0.apk

Reported by rohit.v.shinde on 2013-10-11 14:16:46

lukeis commented 8 years ago

Reported by barancev on 2013-10-15 17:47:46

lukeis commented 8 years ago
Just come across the same error myself - browse to a page which shows certificate errors
in any other browser (ie. for a self-signed certificate) seems to effectively crash
WebDriver on the android device.

AndroidDriver needs the ability to do something like:
                        DesiredCapabilities andCap = DesiredCapabilities.Android();
                        andCap.SetCapability(CapabilityType.AcceptSslCertificates,
true);

OS: Windows8
Browser: AndroidDriver
Version: android-server-2.32.0.apk

Reported by ben.empson on 2013-10-19 20:50:17

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:36

lukeis commented 8 years ago

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