Commit c63b5d47 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 25ac6240
Pipeline #96 canceled with stages
...@@ -4,7 +4,7 @@ let step ...@@ -4,7 +4,7 @@ let step
async function run(steps) async function run(steps)
{ {
step=steps step=steps
await utils.sleep(2000)
await utils.leftClick(651, 160,true,500,stepGenerator('Click Account')) await utils.leftClick(651, 160,true,500,stepGenerator('Click Account'))
await utils.leftClick(673, 203,true,5000,stepGenerator('Click Sign in')) await utils.leftClick(673, 203,true,5000,stepGenerator('Click Sign in'))
// 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