Skip to content

Commit

Permalink
Update Creat-Status-+-like
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet committed May 25, 2021
1 parent 3c4031c commit 1359d23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Creat-Status-+-like
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ WAIT SECONDS={{!var1}}
TAG POS=1 TYPE=BUTTON FORM=ID:login_form ATTR=NAME:login
WAIT SECONDS={{!var1}}
SET !DATASOURCE Status.csv
SET !VAR2 EVAL("var randomNumber=Math.floor(Math.random()*21492 + 1); randomNumber;")
'change 100 with the number of your status'
SET !VAR2 EVAL("var randomNumber=Math.floor(Math.random()*100 + 1); randomNumber;")
WAIT SECONDS={{!var1}}
TAG POS=1 TYPE=BUTTON FORM=ACTION:/login/device-based/update-nonce/ ATTR=TXT:OK
WAIT SECONDS={{!var1}}
Expand Down

0 comments on commit 1359d23

Please sign in to comment.