Closed lukeis closed 8 years ago
Reported by barancev
on 2013-10-15 17:47:46
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
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
WontFix
Reported by luke.semerau
on 2015-09-17 18:18:06
Originally reported on Google Code with ID 6400
Reported by
rohit.v.shinde
on 2013-10-11 14:16:46