Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ${f1} A
  2. ${f_temp} B
  3.  
  4. While ${f1} != ${f_temp}
  5. or
  6. While elemtent xpath=//${i} is visible
  7.  
  8.  
  9. ${F_temp} Get Text xpath=//${i}
  10. ${i} ${i}+1
  11. Run Keyword And Continue On Failure Should be equal ${f_temp} ${f1}
  12.  
  13. *** Test Cases ***
  14. For Test
  15. :FOR ${i} IN RANGE 999999
  16. Exit For Loop If ${i} == 9
  17. Log ${i}
  18. Log Exited
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement