Last active
February 6, 2018 13:25
-
-
Save 007bsd/bf423e0363db2efe09f50e9967f29f28 to your computer and use it in GitHub Desktop.
Loop through the block For loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :FOR ${INDEX} IN RANGE 999999 | |
| \ Wait Until Keyword Succeeds 1 min 1 sec Drag And Drop By Offset xpath=//td[text()='${NAME}'] 0 -${OFFSET} | |
| \ ${NEW_PAGE_2_LOCATION} Wait Until Keyword Succeeds 1 min 1 sec Get Vertical Position xpath=//td[text()='${NAME}'] | |
| \ ${NEW_PAGE_2_Y} Convert To Integer ${NEW_PAGE_2_LOCATION} | |
| \ Exit For Loop If ${NEW_PAGE_2_Y} < ${PAGE_2_Y} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment