Commit 95606467 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 42f98160
Pipeline #83 canceled with stages
let install=require('./steps/install') let install=require('./steps/install')
//bc-%-ikhE5iSrr@.!M=qJSk@YGOprz!c
run() run()
async function run() { async function run() {
......
...@@ -2,10 +2,10 @@ var robot = require("robotjs"); ...@@ -2,10 +2,10 @@ var robot = require("robotjs");
async function leftClick(x,y,double,sleep,log) { async function leftClick(x,y,double,mili,log) {
await robot.moveMouse(x,y) await robot.moveMouse(x,y)
await robot.mouseClick('left',double) await robot.mouseClick('left',double)
await sleep(sleep) await sleep(mili)
console.log(log) console.log(log)
} }
......
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