Commit 9ec9854c authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 94a02df6
Pipeline #78 canceled with stages
......@@ -3,9 +3,9 @@ let utils=require('./../utils')
run()
async function run()
{
await utils.sleep(10000)
await utils.sleep(50000)
await utils.leftClick(38,338,false)
await utils.sleep(3500)
await utils.sleep(10000)
await utils.leftClick(1027,551,true)
await utils.sleep(5000)
await utils.leftClick(1063,684,false)
......
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