mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 23:14:58 +00:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
|
function main(args) {
|
||
|
var toolkit = CreateObject("WelsonJS.Toolkit");
|
||
|
|
||
|
console.log(toolkit.SendClick("gnh1201", 30, 30));
|
||
|
}
|
||
|
|
||
|
exports.main = main;
|