In order to extract the current URL, using GetUrl() find a WebView on screen.
this gives no error at runtime:
driver.findAndroidNativeElements(AndroidNativeBy.id("myWebview"));
this errors at runtime:
WebView webView =
(WebView)driver.findAndroidNativeElements(AndroidNativeBy.id("myWebview"));
with the error:
java.lang.NoClassDefFoundError: android/webkit/WebView
Original issue reported on code.google.com by jgibson....@gmail.com on 24 Feb 2012 at 9:24
Original issue reported on code.google.com by
jgibson....@gmail.com
on 24 Feb 2012 at 9:24