学习了,确实有豁然明朗的感觉。多谢
#4 楼 @chenhengjie123 是这个目的,selenium2 的 keyword 多,想利用。我先去学习下 driver 实例的问题。多谢。
@chenhengjie123 @jennifer 请帮忙看看有没有遇到过这个问题。多谢多谢。
#7 楼 @sky629 不知道这个是不是能解决你得问题 http://testerhome.com/topics/2709
context_name = u'NATIVE_APP'
webDriver.switch_to.context(context_name)
求解决方法
学习了
#18 楼 @chenhengjie123 确实是 debug 没开 代码里加了 WebView.setWebContentsDebuggingEnabled(true) 就可以了 多谢了
mark 一下慢慢看 慢慢学
#16 楼 @chenhengjie123 您有没有遇到过 hybird 的 android app context 不返回 webview?我们的 app 是 hybird 但是有一个就是不返回 webview,只有 native_app 我是连真机 4.4.2
有没有遇到过它明明是个 hybird 但是 self.driver.contexts 打印出来的只有 native_app 没有 webview 呢???
真机 4.4.2 一个 hybird app 没有问题 另外一个 hybird 的 app 就有问题没有 webview context 返回