alibaba / macaca

Automation solution for multi-platform. 多端自动化解决方案
https://macacajs.github.io
MIT License
3.17k stars 419 forks source link

控件在当前屏幕显示之外 #888

Open YuanJiaShuai opened 5 years ago

YuanJiaShuai commented 5 years ago

image 当前这个控件‘userNameBean’没有在当前屏幕可见的范围内显示,他在UITableView最后一行,但是通过方法

this.hasPageShown(userNameBean)

返回结果是true,元素查找是通过name查找的

macaca-bot commented 5 years ago

This is the translated issue:


The control is outside the current screen display

image Currently the control 'userNameBean' is not displayed in the range visible to the current screen. He is in the last line of the UITableView, but by method

this.hasPageShown(userNameBean)

The result is true, the element lookup is found by name