Calabash Android: 无法查询 WebView 的子类

Calabash Android: Cannot query subclass of WebView

我目前正在尝试使用 calabash-android 查询网络视图的 HTML 内容。

此网络视图是 android.webkit.WebView 的自定义子类。

当我使用 calabash-android 执行 query ("webView") 时,我没有收到任何结果。 当我执行 query ("MyCustomWebView") 时返回自定义 webview,但是,尝试执行诸如 query('MyCustomWebView css: "*"') 之类的查询时,应用程序崩溃并且控制台看到连接被拒绝。

Calabash-android版本:0.5.8 在 Android 模拟器上测试:Nexus 5 5.0、Nexus 5 5.1(所有架构)

这已在 calabash-android 0.5.12

中修复