Commit dfd27358 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent f420876e
Pipeline #91 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,22000,stepGenerator('Wait for ITunes Load')) await utils.leftClick(38,338,true,26000,stepGenerator('Wait for ITunes Load'))
await utils.leftClick(1027,551,true,8000,stepGenerator('Click Run')) await utils.leftClick(1027,551,true,8000,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