【发布时间】:2019-02-14 23:51:26
【问题描述】:
我的场景:
有一个名为“搜索第一个值”的字段我必须点击然后点击提交。
我必须重复这一步超过 100 次。在 Robot 框架中我该怎么做?
我的代码:
[Documentation] Resubmit
wait until element is enabled ${CLICK_RESUBMIT}
click element ${CLICK_RESUBMIT}
sleep 2s
confirm action
repeat keyword 5times Go to Previous Page
【问题讨论】:
标签: robotframework