2

在我的 UI 测试中,我的代码点击了一个名为“blah”的按钮,这是我得到的错误:

 Synthesize event
t =   267.72s             Scroll element to visible
t =   267.78s             Assertion Failure: UI Testing Failure - Failed to scroll to visible (by AX action) Button 0x7fc805a4f670: 
traits: 8589934601, {{264.0, 365.5}, {61.0, 60.0}}, label: 'blah', error: Error -25204 performing AXAction 2003

这可能是什么原因造成的?

4

1 回答 1

1

按钮在屏幕上不可见。如果您观看测试运行,您会看到该按钮当前不可点击。您需要编写一些代码来滚动(滑动)到正确的位置。

于 2015-10-26T22:03:59.513 回答