Forum Discussion

halovski's avatar
halovski
Contributor
6 months ago
Solved

How can I make a keyword(not script) test wait untill an object is visible, without a delay?

I need a way to wait for loading screens, or elements downloading, without guessing the time by using delays. In a keyword test, not a script

  • You can add an Auto-wait Timeout for every action, if you set that to 60.000 it will wait for the object for 1 minute or untill it finds it which ever comes first.

    This also works for things like "If Object" and such