Skip to content

Instantly share code, notes, and snippets.

@007bsd
Last active February 6, 2018 13:25
Show Gist options
  • Select an option

  • Save 007bsd/bf423e0363db2efe09f50e9967f29f28 to your computer and use it in GitHub Desktop.

Select an option

Save 007bsd/bf423e0363db2efe09f50e9967f29f28 to your computer and use it in GitHub Desktop.
Loop through the block For loop
: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