python+appium 混合app处理
1、打开app内webview调试模式app代码里在WebView类中调用静态方法setWebContentsDebuggingEnabled:webView.setWebContentsDebuggingEnabled(true);2、打印出当前手机页面的contextprint driver.contexts如果包含有h5页面的话,一般至少会返回两个元素,一个'NATIVE...