Commit 5f1aa0d4 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 84ee9a7c
Pipeline #65 canceled with stages
......@@ -5,6 +5,7 @@ async function run()
{
await utils.leftClick(38,338,true)
await utils.sleep(500)
await utils.leftClick(1010,551,false)
......
......@@ -8,12 +8,15 @@ async function leftClick(x,y,double) {
}
async function sleep(millis) {
return new Promise(resolve => setTimeout(resolve, millis));
}
module.exports =
{
leftClick:leftClick
leftClick:leftClick,
sleep:sleep
}
\ No newline at end of file
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