Commit f795499d authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 99e5d6d5
Pipeline #87 canceled with stages
...@@ -5,7 +5,7 @@ async function run() ...@@ -5,7 +5,7 @@ async function run()
{ {
console.log(stepGenerator('Wait for Windows Load')) console.log(stepGenerator('Wait for Windows Load'))
await utils.sleep(7000) await utils.sleep(7000)
await utils.leftClick(38,338,true,15000,stepGenerator('Wait for ITunes Load')) await utils.leftClick(38,338,true,22000,stepGenerator('Wait for ITunes Load'))
await utils.leftClick(1027,551,true,5000,stepGenerator('Click Run')) await utils.leftClick(1027,551,true,5000,stepGenerator('Click Run'))
await utils.leftClick(1063,684,false,500,stepGenerator('Click Next')) await utils.leftClick(1063,684,false,500,stepGenerator('Click Next'))
await utils.leftClick(1063,684,false,500,stepGenerator('Click Next')) await utils.leftClick(1063,684,false,500,stepGenerator('Click Next'))
......
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