Commit a49025b8 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent b7986043
Pipeline #99 canceled with stages
...@@ -7,6 +7,8 @@ async function run(steps) ...@@ -7,6 +7,8 @@ async function run(steps)
await utils.sleep(2000) await utils.sleep(2000)
await utils.leftClick( 377, 161,false,1000,stepGenerator('Click Account')) await utils.leftClick( 377, 161,false,1000,stepGenerator('Click Account'))
await utils.leftClick(400, 210,true,5000,stepGenerator('Click Sign in')) await utils.leftClick(400, 210,true,5000,stepGenerator('Click Sign in'))
await utils.leftClick(526, 581,true,15000,stepGenerator('Click Sign in'))
// 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'))
// await utils.leftClick(1063,684,false,82000,stepGenerator('Start Install')) // await utils.leftClick(1063,684,false,82000,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