How can I make a keyword(not script) test wait untill an object is visible, without a delay?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023
06:29 AM
11-20-2023
06:29 AM
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
Solved! Go to Solution.
Labels:
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023
06:46 AM
11-20-2023
06:46 AM
See Using WaitNNN Methods in Waiting for an Object, Process or Window Activation
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023
07:27 AM
11-23-2023
07:27 AM
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
