标签: javascript ios instruments ui-automation ios-ui-automation
为了测试我的应用程序,我需要打开并关闭WIFI,蓝牙等。有没有办法在IOS中使用UI自动化设置/首选项打开/关闭我的wifi。
答案 0 :(得分:1)
不,您必须执行外部任务,请使用performTaskWithPathArgumentsTimeout。
使用简单的命令,您可以关闭网络,如:
ifconfig eth0 down
将此作为参数。对于特定流程,我建议使用TCPBlock。 (致电tcpblock -a appname。)
tcpblock -a appname