Commit d05d0adf authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent c79adb76
Pipeline #102 failed with stages
...@@ -6,9 +6,13 @@ async function run(steps) ...@@ -6,9 +6,13 @@ async function run(steps)
step=steps step=steps
await utils.sleep(2000) await utils.sleep(2000)
await utils.leftClick( 377, 161,false,1000,stepGenerator('Click Account')) await utils.leftClick( 1083, 183,true,5000,stepGenerator('Click Store'))
await utils.leftClick(400, 210,true,5000,stepGenerator('Click Sign in')) await utils.leftClick( 948, 690,true,400,stepGenerator('Click Countinew'))
await utils.leftClick(526, 581,true,15000,stepGenerator('Click Create new Account'))
await utils.leftClick( 643, 159,false,1000,stepGenerator('Click Account'))
await utils.leftClick(682, 204,true,5000,stepGenerator('Click Sign in'))
await utils.leftClick(770, 581,true,15000,stepGenerator('Click Create new Account'))
// 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