ElementHandle.asLocator() method
Creates a locator based on an ElementHandle. This would not allow refreshing the element handle if it is stale but it allows re-using other locator pre-conditions.
Signature
class ElementHandle {
asLocator(this: ElementHandle<Element>): Locator<Element>;
}
Parameters
Parameter | Type | Description |
---|---|---|
this | ElementHandle<Element> |
Returns:
Locator<Element>