autojs Files – 文件系统
Files files.isFile(path) files.isDir(path) files.isEmptyDir(path) files.join(parent, child) files.create(path) files.cre...
Files files.isFile(path) files.isDir(path) files.isEmptyDir(path) files.join(parent, child) files.create(path) files.cre...
Events events.emitter() events.observeKey() events.onKeyDown(keyName, listener) events.onKeyUp(keyName, listener) events...
Engines engines.execScript(name, script[, config]) engines.execScriptFile(path[, config]) engines.execAutoFile(path[, co...
Dialogs dialogs.alert(title[, content, callback]) dialogs.confirm(title[, content, callback]) dialogs.rawInput(title[, p...
Device device.width device.height device.buildId device.broad device.brand device.device device.model device.product dev...
Crypto $crypto.digest(message, algorithm[, options]) $crypto.encrypt(data, key, algorithm, options) 输入和输出的类型和格式 Crypto# ...
基于控件的操作 auto([mode]) auto.waitFor() auto.setMode(mode) auto.setFlags(flags) auto.serivce auto.windows auto.root auto.roo...
基于坐标的触摸模拟 setScreenMetrics(width, height) 安卓7.0以上的触摸和手势模拟 click(x, y) longClick(x, y) press(x, y, duration) swipe(x1, y1...
Console console.show() console.hide() console.clear() console.log([data][, …args]) console.verbose([data][, …...
Canvas canvas.getWidth() canvas.getHeight() canvas.drawRGB(r, int g, int b) canvas.drawARGB(a, r, g, b) canvas.drawColor...