Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用boundsInside配合find()查找控件得到一些意外结果。 boundsInside(0, 0, device.width, device.height)这样的写法,后面forEach元素的时候得到一些屏幕显示意外的元素,例如我日志中打印出来的(卡片区域=Rect(45, 0 - 1035, -266955)),这里的-266955就是元素的e.bounds().bottom;