Refresh page until a button/link appears

Is it possible to auto refresh a web page until a button appears such as ‘Auction Open’ and then have that link selected?

Thanks
Gary

This can be done, the “trick” here is ${LastCommandOK}:

  • label | start
  • Refresh
  • verifyElementPresent | locator to button here
  • GotoIf | “${LastCommandOK}” == “false” | start
  • echo | the button is here!!!