function

elementRegion

typescript
elementRegion(element: WebElement): Promise<Region>

Parameters

NameTypeDescription
elementWebElementThe WebElement whose bounds to determine.

Returns

Promise<Region>

Was this page helpful?