Commit c79adb76 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 283cdceb
Pipeline #101 canceled with stages
let install=require('./steps/install')
let createAccount=require('./steps/createAccount')
let install = require('./steps/install')
let createAccount = require('./steps/createAccount')
//bc-%-ikhE5iSrr@.!M=qJSk@YGOprz!c
run()
async function run() {
await createAccount.run(10)
await install.run(10)
await createAccount.run(10)
}
\ No newline at end of file
......@@ -5,6 +5,7 @@ async function run(steps)
{
step=steps
await utils.sleep(2000)
await utils.leftClick( 377, 161,false,1000,stepGenerator('Click Account'))
await utils.leftClick(400, 210,true,5000,stepGenerator('Click Sign in'))
await utils.leftClick(526, 581,true,15000,stepGenerator('Click Create new Account'))
......
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