AutoJs6
AutoJs6 copied to clipboard
有的时候会报 org.mozilla.javasc ript.WrappedException: Wrapped ava.lang.NullPointerException (file:///android_asset/modules/ automator__.js#166)
org.mozilla.javasc ript.WrappedException: Wrapped ava.lang.NullPointerException (file:///android_asset/modules/ automator__.js#166)
不知道是不是 click("xxx") 引起的, 不是很确定 因为绝大部分没有报错,有的时候 就会报这个
从报错的位置来看, 是因为 runtime.automator 没有初始化.
目前暂无解决方案.
这个是 脚本跑到中间报的,不是一开始就报这个
令人费解, 因为在执行过程中, runtime.automator 不应该再被赋值为 null 的.