问题
My scenario:
There is field called "search first value" i have to click on Then click on Submit.
I have to repeat this step more than 100 times. How can i do in Robot framework?
MY code:
[Documentation] Resubmit
wait until element is enabled ${CLICK_RESUBMIT}
click element ${CLICK_RESUBMIT}
sleep 2s
confirm action
repeat keyword 5times Go to Previous Page
回答1:
Standard library have keyword Repeat Keyword
http://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Repeat%20Keyword
来源:https://stackoverflow.com/questions/52259584/how-to-run-keywords-into-multiple-times