【发布时间】:2015-05-04 10:29:37
【问题描述】:
这行 UI 自动化代码:
tableView.logElementTree();
给出这个:
然后这样做
tableView.cells().logElementTree();
给我这个:
Script threw an uncaught JavaScript error: UIAElementNil is not a function (evaluating 'tableView.cells().logElementTree()')
这适用于我正在使用的另一个 tableView,那么这里有什么区别?以及有关修复的任何建议?
【问题讨论】:
标签: uitableview instruments ui-automation uiatableview