看下面 log 的提示是因为你所给的参数不能决定你的设备,我的修改为如下几个参数,就可以正常了,在 iOS 设置中设置 BundleID 和 UDID。你试试看~~
desired_capabilities={
'deviceName': 'iPhone',
'platformVersion': '7.1.1',
'platformName': 'ios',
'app': "com.baidu.security"
}
必须支持~~好贴
确实是 identifier,运行代码安装应用,然后去测试就是 ok 的。
直接用工具反编译包,什么都知道了
这个是支持的,driver.switch_to_alert().text[0:] 会显示 alert 上的信息。