使用boundsInside配合find()查找控件得到一些意外结果。
boundsInside(0, 0, device.width, device.height)这样的写法,后面forEach元素的时候得到一些屏幕显示意外的元素,例如我日志中打印出来的(卡片区域=Rect(45, 0 - 1035, -266955)),这里的-266955就是元素的e.bounds().bottom;