我想使用自动化脚本在 UITableView 单元格上执行滑动手势。我试着记录这个动作,但我得到了这个:
target.frontMostApp().mainWindow().tableViews()[1].cells()[2].buttons()[0].scrollToVisible();
我想使用自动化脚本在 UITableView 单元格上执行滑动手势。我试着记录这个动作,但我得到了这个:
target.frontMostApp().mainWindow().tableViews()[1].cells()[2].buttons()[0].scrollToVisible();