Commit 474b613a authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 95606467
Pipeline #84 canceled with stages
...@@ -3,10 +3,11 @@ var robot = require("robotjs"); ...@@ -3,10 +3,11 @@ var robot = require("robotjs");
async function leftClick(x,y,double,mili,log) { async function leftClick(x,y,double,mili,log) {
console.log(log)
await robot.moveMouse(x,y) await robot.moveMouse(x,y)
await robot.mouseClick('left',double) await robot.mouseClick('left',double)
await sleep(mili) await sleep(mili)
console.log(log)
} }
function stepGenerator(step,message) function stepGenerator(step,message)
......
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