Queries
Page Queries
Browser Mutations
- addCookies
- addInitScript
- addScriptTag
- addStyleTag
- blur
- check
- clear
- clearCookies
- clearPermissions
- click
- dragAndDrop
- emulateMedia
- evaluate
- events
- fill
- focus
- goBack
- goForward
- grantPermissions
- highlight
- hover
- keyPress
- keyType
- page
- reload
- scrollIntoView
- selectOption
- selectText
- setExtraHTTPHeaders
- setGeolocation
- setInputFiles
- setOffline
- setViewport
- tap
- touch
- uncheck
- waitForEvent
- waitForFunction
- waitForLoadState
- waitForRequest
- waitForResponse
- waitForURL
Objects
Inputs
- ActOptions
- AddInitScriptOptions
- AddScriptTagOptions
- AddStyleTagOptions
- AuthCredentialOptions
- BlockAdsOptions
- BlockRequestsOptions
- BoxOptions
- CheckOptions
- ClearCookiesOptions
- ClearOptions
- ClickOptions
- CookieOptions
- DragAndDropOptions
- ElementFilterOptions
- ElementOptions
- EmulateMediaOptions
- ExtractOptions
- FillOptions
- GeolocationOptions
- GrantPermissionsOptions
- HoverOptions
- InputFileOptions
- KeyPressOptions
- KeyTypeOptions
- ObserveOptions
- PageOptions
- PDFMarginOptions
- PDFOptions
- PointOptions
- ProxyOptions
- ScreenOptions
- ScreenshotOptions
- SelectOptionOptions
- SelectTextOptions
- SelectValueOptions
- StorageStateOptions
- TapOptions
- TimeoutOptions
- ViewportOptions
- WaitForFunctionOptions
- WaitForOptions
Enums
Directives
Enums
ExecutionState
Defines the execution state of the field during the processing of the operation.
Definition
Copy
enum ExecutionState {
STARTED
COMPLETED
FAILED
}
Values
STARTED
The field execution has started.
COMPLETED
The field execution has completed successfully.
FAILED
The field execution has failed with an error.
On this page
Assistant
Responses are generated using AI and may contain mistakes.