Wait for elements to appear, disappear, or change state
Field Name | Type | Required | Description |
---|---|---|---|
Locator | string | Yes | CSS selector for the element to wait for |
Condition | dropdown | Yes | The condition to wait for (visible, hidden) |
Timeout | number | No | Maximum time to wait in milliseconds |
#main-content
10000
.loading-spinner
15000
[data-testid='search-results']
8000
.modal-overlay
5000
.error-message
3000
data-testid
attributes for better reliability