Posts made by db
posted in 技术交流 read more

用完整的id,比如id('com.ss.android.ugc.aweme:id/xxx')

posted in 技术交流 read more

@zheng 用绝对路径试试

posted in 技术交流 read more

autoxjs所有权限都开了,就是创建不了快捷方式

posted in bug、问题、建议 read more

let e = engines.execScriptFile("xx.js");
sleep(2000);
log(e.getEngine().isDestroyed())

posted in bug、问题、建议 read more

你要不贴一下代码

posted in 技术交流 read more

@cy_SomeOne 你跑其它界面肯定没这个控件啊

posted in bug、问题、建议 read more

你有console.log(c)不

posted in 技术交流 read more

@By千年老妖 文档应该没有吧,我也是上网搜的

posted in 技术交流 read more
http.__okhttp__.setTimeout(10*1000)

这个

posted in bug、问题、建议 read more
var obj={keyStr: "这个value"};

这样即可

posted in bug、问题、建议 read more

setInterval(() => {}, 1000);
加上这一行试试

posted in bug、问题、建议 read more
new JavaAdapter(
    ContentObserver,
    {
        onChange: () => {
            log('aa');
        }
    },
    new android.os.Handler()
);

大概是这样吧

posted in 技术交流 read more

错误意思是坐标出界了,你可以打印坐标看看

posted in bug、问题、建议 read more

@tom95588 我一直用的是真机,模拟器我没用过哈

posted in bug、问题、建议 read more

@tom95588 我也看不出来,有没有可能是模拟器的问题

posted in bug、问题、建议 read more

@tom95588 能点击的话,说明click执行完了,应该走到log(222222)才对

posted in bug、问题、建议 read more

@tom95588 那就奇怪了,代码看起来也没什么问题
console.log(222222)应该能打印出来吧

posted in bug、问题、建议 read more

可能是在textContains("保持登录").findOne()这里就阻塞了,你可以打印keep_login看看