Commit 8e54b046 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent fdf24fb5
Pipeline #81 canceled with stages
......@@ -4,10 +4,10 @@ let utils=require('./../utils')
async function run()
{
console.log('1->Wait for Windows Load')
await utils.sleep(5000)
await utils.sleep(7000)
console.log('2->Click And Wait for ITunes Load')
await utils.leftClick(38,338,false)
await utils.sleep(10000)
await utils.sleep(15000)
console.log('3->Click Run ')
await utils.leftClick(1027,551,true)
await utils.sleep(5000)
......
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