Commit 2c6fceaf authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent d08a3faf
Pipeline #63 canceled with stages
......@@ -2,7 +2,7 @@ let install=require('./steps/install')
run()
async function run() {
await install
await install.run()
}
\ No newline at end of file
......@@ -3,7 +3,8 @@ var robot = require("robotjs");
run()
async function run()
{
await robot.moveMouse()
await robot.moveMouse(38,338)
await robot.mouseClick('left',true)
}
......
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