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

init

parent f795499d
Pipeline #88 canceled with stages
......@@ -6,7 +6,7 @@ async function run()
console.log(stepGenerator('Wait for Windows Load'))
await utils.sleep(7000)
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,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,60000,stepGenerator('Start Install'))
......
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