extendedWaitUntil
Wait for an element with a custom timeout longer than the default.
Arguments
Argument
Description
Usage examples
Wait for an element to be visible
- extendedWaitUntil:
visible: "My text that should be visible"
timeout: 10000Wait for an element to be not visible
- extendedWaitUntil:
notVisible:
id: "elementId"
timeout: 10000Related content
Last updated