要實現:
每隔1秒獲取一次Static1的text,發現不為空或重復100次后則退出循環
在User Guide中找到Exit For Loop If關鍵字:
Exit For Loop If | condition | Stops executing the enclosing for loop if the A wrapper for Exit For Loop to exit a for loop based on the given condition. The condition is evaluated using the same semantics as with Should Be True keyword. Example:
|
示例如下:
:FOR ${i} IN RANGE 0 100
\ ${info}= Control get text page1 ${EMPTY} Static1
\ Exit For Loop If '${info}' != ''
\ sleep 1