appium无法驱动Safari(No web frames found)

1.terminal安装ios-webkit-debug-proxy

brew install ios-webkit-debug-proxy

2.手机端开启safari的‘web 检查器’

Settings > Safari > Advanced > Web Inspector = ON

3.terminal启动ios-webkit-debug-proxy

ios_webkit_debug_proxy

4.terminal启动appium

appium --webkit-debug-proxy-port 9222


官方文档:https://github.com/google/ios-webkit-debug-proxy

其它:https://laoyur.com/archives/149

你可能感兴趣的:(appium无法驱动Safari(No web frames found))