Commit 99e5d6d5 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent fc528654
Pipeline #86 canceled with stages
...@@ -5,6 +5,7 @@ var robot = require("robotjs"); ...@@ -5,6 +5,7 @@ var robot = require("robotjs");
async function leftClick(x,y,double,mili,log) { async function leftClick(x,y,double,mili,log) {
console.log(log) console.log(log)
await robot.moveMouse(x,y) await robot.moveMouse(x,y)
await sleep(200)
await robot.mouseClick('left',double) await robot.mouseClick('left',double)
await sleep(mili) await sleep(mili)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment