Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/115.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios UIAutomation-tap tableview单元格-慢速_Ios_Instruments_Ui Automation - Fatal编程技术网

Ios UIAutomation-tap tableview单元格-慢速

Ios UIAutomation-tap tableview单元格-慢速,ios,instruments,ui-automation,Ios,Instruments,Ui Automation,此UIAutomation脚本点击tableview中的第四个单元格。然而,大约需要30秒才能完成 target.frontMostApp().mainWindow().tableViews()[0].cells()[3].tap(); 它通常这么慢吗?如果不是,是什么原因导致了问题,有没有加快速度的建议?target.timeout()的值是多少?

此UIAutomation脚本点击tableview中的第四个单元格。然而,大约需要30秒才能完成

target.frontMostApp().mainWindow().tableViews()[0].cells()[3].tap();

它通常这么慢吗?如果不是,是什么原因导致了问题,有没有加快速度的建议?

target.timeout()的值是多少?