Wait
Parameters
Name
Type
Description
Usage
Wait for a particular amount of time
"actions": [
{
"type": "wait",
"time": 1000
}
]Wait for a particular element to appear
FAQs
When do I use the wait action?
How do I wait for an element to appear?
How do I pause for a fixed amount of time?
What happens if I set both time and selector?
Should I wait for a selector or a fixed time?
What if the element never appears?
Do I need a wait before every capture?
Last updated