waitElement
Callable
Type parameters
- T: Element = Element
Parameters
params: WaitElementParams
The parameters for waiting and locating the element.
Returns Promise<T>
A promise that resolves with the found element.
The parameters for waiting and locating the element.
A promise that resolves with the found element.
Waits for the specified element to be present in the DOM and returns it.
If the promise is rejected due to the element not being found within the specified time.