mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +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; |