Skip to main content
Version: 21.3.8

Locator.setWaitForEnabled() method

Signature:

class Locator {
setWaitForEnabled<NodeType extends Node>(
this: Locator<NodeType>,
value: boolean
): Locator<NodeType>;
}

Parameters

ParameterTypeDescription
thisLocator<NodeType>
valueboolean

Returns:

Locator<NodeType>