我需要帮助访问 UITableView 中的单元格(名称:设置)。我在 ipad v6.0.1 上做 ios-UIAutomation。
我尝试了所有这些命令 -
mainWindow.popover().tableViews()[0].cells()[4].tap();
mainWindow.tableViews()[0].cells()["Settings"].tap();
mainWindow.popover().tableViews()[0].cells()[4].elements()["Settings"];
但没有任何效果。
logElementTree 看起来像这样 -
UIATarget
| UIAApplication
| UIAWindow
| UIAPopover
| UIATableView : name:Empty list
| UIATableCell : name:Menu
| **UIATableCell : name:Settings**
附上logTree的截图以供参考。