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).
控件要动画过后再点击才会有效果,除了sleep还有其他办法吗,sleep设长了要等,设短了会点击无效果在后面卡死了。
等待某个动画过后才会出现的控件啊,比如text('动画over').wairFor();
let waitUiObject = text("动画过后的控件文本").findOne(5000),表示最多等待5秒,找到立即返回