mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2.0 KiB
2.0 KiB
sidebar_label
| sidebar_label |
|---|
| LocatorOptions |
LocatorOptions interface
Signature:
export interface LocatorOptions
Properties
| Property | Modifiers | Type | Description | Default |
|---|---|---|---|---|
| ensureElementIsInTheViewport | boolean | Whether to scroll the element into viewport if not in the viewprot already. | true |
|
| timeout | number | Total timeout for the entire locator operation. Pass |
Page.getDefaultTimeout() |
|
| visibility | VisibilityOption | Whether to wait for the element to be visible or hidden. null to disable visibility checks. |
||
| waitForEnabled | boolean | Whether to wait for input elements to become enabled before the action. Applicable to click and fill actions. |
true |
|
| waitForStableBoundingBox | boolean | Whether to wait for the element's bounding box to be same between two animation frames. | true |