AutoJs6 icon indicating copy to clipboard operation
AutoJs6 copied to clipboard

一个及其严重的bug,找不到find方法

Open 4676688488 opened this issue 1 year ago • 1 comments

代码如下 id("msg_id").find(1000);

报错信息 19:23:51.635/E: 找不到方法 org.autojs.autojs.core.accessibility.UiSelector.find(number). ($remote/test.js#14) 找不到方法 org.autojs.autojs.core.accessibility.UiSelector.find(number).     at $remote/test.js:14:0

4676688488 avatar May 12 '24 11:05 4676688488

没有find(number),只有find()、findOne(number)

hlyzhot avatar May 13 '24 00:05 hlyzhot