sdk/src/puppeteer.ts
Export Index
| Export | Kind | Source | Notes |
|---|---|---|---|
BrowserContextEvents | interface | sdk/src/drivers/puppeteer/types.ts | BrowserContextEvents - maps event names to their payload types. |
BrowserEvents | interface | sdk/src/drivers/puppeteer/types.ts | BrowserEvents - maps event names to their payload types. |
ElementHandleFactoryForJSHandle | type | sdk/src/drivers/puppeteer/generated/js-handle.ts | Factory function to create ElementHandle instances (for asElement). |
ElementHandleFactoryLocal | type | sdk/src/drivers/puppeteer/generated/locator.ts | Factory function for creating element handles (uses SDK type) |
EvaluateFunc | type | sdk/src/drivers/puppeteer/types.ts | - |
Handler | type | sdk/src/drivers/puppeteer/event-emitter.ts | Handler function type for event listeners. |
HTTPResponseDataFactory | type | sdk/src/drivers/puppeteer/generated/http-response.ts | Factory function type for creating HTTPResponse instances from serialized data. Used when the full response data is already available. |
HTTPResponseFactory | type | sdk/src/drivers/puppeteer/generated/http-response.ts | Factory function type for creating HTTPResponse instances from response ID. Used when the full response data needs to be fetched lazily. |
isSerializedHTTPResponse | function | sdk/src/drivers/puppeteer/generated/http-response.ts | Type guard to check if a value is a serialized HTTPResponse. |
isSerializedJSHandle | function | sdk/src/drivers/puppeteer/generated/js-handle.ts | Type guard for serialized JSHandle responses. |
JSHandleFactory | type | sdk/src/drivers/puppeteer/generated/js-handle.ts | Factory function to create new JSHandle instances. |
JSHandleRpcSender | type | sdk/src/drivers/puppeteer/generated/js-handle.ts | RPC sender function type for JSHandle operations. |
LocatorFactory | type | sdk/src/drivers/puppeteer/generated/locator.ts | Factory function for creating locators |
LocatorMapper | type | sdk/src/drivers/puppeteer/generated/locator.ts | Mapper function for map() |
LocatorPredicate | type | sdk/src/drivers/puppeteer/generated/locator.ts | Predicate function for filter() |
PageEvents | interface | sdk/src/drivers/puppeteer/types.ts | PageEvents - maps event names to their payload types. |
ProtocolError | class | sdk/src/drivers/puppeteer/errors.ts | ProtocolError is thrown when a CDP protocol error occurs. |
PuppeteerActionOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerAutofillData | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBoundingBox | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBoxModel | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBrowserContextEvent | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBrowserContextOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBrowserEvent | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerClickOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerClipRegion | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerConsoleMessage | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerConsoleMessageLocation | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerConsoleMessageType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerContinueRequestOverrides | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookie | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookieData | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookiePartitionKey | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookiePriority | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookieSameSite | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookieSourceScheme | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCoverageEntry | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCoverageRange | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCreditCard | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCSSCoverageOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDeleteCookiesRequest | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDevice | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDialog | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDialogType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDownloadBehavior | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDownloadPolicy | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDragData | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDragDataItem | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerElementHandle | interface | sdk/src/drivers/puppeteer/types.ts | - |
PuppeteerError | class | sdk/src/drivers/puppeteer/errors.ts | Base error class for all Puppeteer errors. |
PuppeteerErrorCode | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerEvalAllFunction | type | sdk/src/drivers/puppeteer/types.ts | - |
PuppeteerEvalFunction | type | sdk/src/drivers/puppeteer/types.ts | - |
PuppeteerEvaluateFunction | type | sdk/src/drivers/puppeteer/types.ts | - |
PuppeteerEventEmitter | class | sdk/src/drivers/puppeteer/event-emitter.ts | The EventEmitter class that many Puppeteer classes extend. This provides a familiar event-driven interface for handling browser events like page load, console messages, dialogs, network requests, etc. |
PuppeteerEventType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerFrame | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerFrameAddScriptTagOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerFrameAddStyleTagOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerGeolocation | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerGotoOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerHTTPRequest | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerHTTPResponse | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerIdleOverrides | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerImageFormat | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInitiator | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInitiatorType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInterceptResolutionAction | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInterceptResolutionState | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerJSCoverageEntry | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerJSCoverageOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyboardTypeOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyDownOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyInput | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyPressOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerLocatorClickOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerLocatorScrollOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMediaFeature | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseButton | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseClickOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseMoveOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseWheelOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerNetworkConditions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerOffset | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPage | interface | sdk/src/drivers/puppeteer/types.ts | - |
PuppeteerPageEvent | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPaperFormat | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPDFMargin | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPDFOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPermission | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPoint | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerReloadOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteAddress | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteObject | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteObjectSubtype | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteObjectType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerResourceTiming | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerResourceType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerResponseForRequest | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerScreenshotClip | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerScreenshotOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSecurityDetails | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSelectOption | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSelectValue | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSerializedAXNode | interface | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSerializedElement | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSession | class | sdk/src/drivers/puppeteer/session.ts | - |
PuppeteerSnapshotOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTarget | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTargetFilter | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTargetType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTouchHandle | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTracingOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerViewport | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerVisibilityOption | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerVisionDeficiency | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForNavigationOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForNetworkIdleOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForSelectorOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForTargetOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitUntil | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitUntilOption | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWebWorker | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWindowBounds | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWindowState | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
RemoteBase | class | sdk/src/drivers/puppeteer/remote-base.ts | Base class for remote Puppeteer objects. Handles common patterns like closed-state checking and RPC wrapping. |
RemoteComponentBase | class | sdk/src/drivers/puppeteer/remote-base.ts | Base class for remote objects that don’t have an ID. Used for nested components like Mouse, Keyboard that operate on their parent. |
RemotePuppeteerAccessibility | class | sdk/src/drivers/puppeteer/generated/accessibility.ts | RemotePuppeteerAccessibility - Remote Puppeteer Accessibility API over RPC. |
RemotePuppeteerBrowser | class | sdk/src/drivers/puppeteer/generated/browser.ts | RemotePuppeteerBrowser - Remote Puppeteer Browser API over RPC. |
RemotePuppeteerBrowserContext | class | sdk/src/drivers/puppeteer/generated/browser-context.ts | RemotePuppeteerBrowserContext - Remote Puppeteer BrowserContext API over RPC. |
RemotePuppeteerConsoleMessage | class | sdk/src/drivers/puppeteer/generated/console-message.ts | RemotePuppeteerConsoleMessage - Remote Puppeteer ConsoleMessage API over RPC. |
RemotePuppeteerCoverage | class | sdk/src/drivers/puppeteer/generated/coverage.ts | RemotePuppeteerCoverage - Remote Puppeteer Coverage API over RPC. |
RemotePuppeteerDialog | class | sdk/src/drivers/puppeteer/generated/dialog.ts | RemotePuppeteerDialog - Remote Puppeteer Dialog API over RPC. |
RemotePuppeteerElementHandle | class | sdk/src/drivers/puppeteer/generated/element-handle.ts | RemotePuppeteerElementHandle - Remote Puppeteer ElementHandle API over RPC. |
RemotePuppeteerFileChooser | class | sdk/src/drivers/puppeteer/generated/file-chooser.ts | RemotePuppeteerFileChooser - Remote Puppeteer FileChooser API over RPC. |
RemotePuppeteerFrame | class | sdk/src/drivers/puppeteer/generated/frame.ts | RemotePuppeteerFrame - Remote Puppeteer Frame API over RPC. |
RemotePuppeteerHTTPRequest | class | sdk/src/drivers/puppeteer/generated/http-request.ts | RemotePuppeteerHTTPRequest - Remote Puppeteer HTTPRequest API over RPC. |
RemotePuppeteerHTTPResponse | class | sdk/src/drivers/puppeteer/generated/http-response.ts | RemotePuppeteerHTTPResponse - Remote Puppeteer HTTPResponse API over RPC. |
RemotePuppeteerJSHandle | class | sdk/src/drivers/puppeteer/generated/js-handle.ts | RemotePuppeteerJSHandle - Remote Puppeteer JSHandle API over RPC. |
RemotePuppeteerKeyboard | class | sdk/src/drivers/puppeteer/generated/keyboard.ts | RemotePuppeteerKeyboard - Remote Puppeteer Keyboard API over RPC. |
RemotePuppeteerLocator | class | sdk/src/drivers/puppeteer/generated/locator.ts | RemotePuppeteerLocator - Remote Puppeteer Locator API over RPC. |
RemotePuppeteerMouse | class | sdk/src/drivers/puppeteer/generated/mouse.ts | RemotePuppeteerMouse - Remote Puppeteer Mouse API over RPC. |
RemotePuppeteerPage | class | sdk/src/drivers/puppeteer/generated/page.ts | RemotePuppeteerPage - Remote Puppeteer Page API over RPC. |
RemotePuppeteerTarget | class | sdk/src/drivers/puppeteer/generated/target.ts | RemotePuppeteerTarget - Remote Puppeteer Target API over RPC. |
RemotePuppeteerTouchHandle | class | sdk/src/drivers/puppeteer/generated/touchscreen.ts | RemotePuppeteerTouchHandle - Represents a single touch point. Created by Touchscreen.touchStart(). |
RemotePuppeteerTouchscreen | class | sdk/src/drivers/puppeteer/generated/touchscreen.ts | RemotePuppeteerTouchscreen - Remote Puppeteer Touchscreen API over RPC. |
RemotePuppeteerTracing | class | sdk/src/drivers/puppeteer/generated/tracing.ts | RemotePuppeteerTracing - Remote Puppeteer Tracing API over RPC. |
RemotePuppeteerWebWorker | class | sdk/src/drivers/puppeteer/generated/web-worker.ts | RemotePuppeteerWebWorker - Remote Puppeteer WebWorker API over RPC. |
SerializedHTTPRequest | interface | sdk/src/drivers/puppeteer/generated/http-request.ts | Serialized HTTPRequest data received from the server. |
SerializedJSHandle | interface | sdk/src/drivers/puppeteer/generated/js-handle.ts | Serialized JSHandle response from backend. |
SerializedTargetInfo | interface | sdk/src/drivers/puppeteer/generated/target.ts | Serialized target info from the backend. |
SnapshotOptions | interface | sdk/src/drivers/puppeteer/generated/accessibility.ts | Options for SDK method. Wraps PuppeteerSnapshotOptions with SDK-friendly types. |
TargetFactories | interface | sdk/src/drivers/puppeteer/generated/target.ts | Factory functions for creating related objects. These are passed in to avoid circular dependencies. |
TouchHandle | interface | sdk/src/drivers/puppeteer/types.ts | - |
UnsupportedOperation | class | sdk/src/drivers/puppeteer/errors.ts | UnsupportedOperation is thrown when an operation is not supported. |
Classes
ProtocolError
Source:sdk/src/drivers/puppeteer/errors.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
code | number | The original CDP error code, if available. |
originalMessage | string | The original CDP error message, if available. |
PuppeteerError
Source:sdk/src/drivers/puppeteer/errors.ts
Constructor
PuppeteerEventEmitter
Source:sdk/src/drivers/puppeteer/event-emitter.ts
Methods
emit
Emit an event, calling all registered handlers. This method is typically used internally by Puppeteer classes to dispatch events. Users rarely need to call this directly.listenerCount
Get the count of listeners for a specific event type.off
Remove an event listener. Ifhandler is provided, only that specific listener is removed.
If handler is not provided, all listeners for that event type are removed.
on
Bind an event listener to fire when an event occurs.once
Bind an event listener that will fire only once. After the handler is called once, it is automatically removed.removeAllListeners
Remove all listeners. Iftype is provided, only listeners for that event type are removed.
If type is not provided, all listeners for all event types are removed.
PuppeteerSession
Source:sdk/src/drivers/puppeteer/session.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
browser | RemotePuppeteerBrowser | getter • Get the Puppeteer-style browser instance. |
context | PuppeteerContext | getter • Context for multi-page management (like stagehand.context). |
page | RemotePuppeteerPage | getter • Get the default page (Puppeteer-style). |
RemoteBase
Source:sdk/src/drivers/puppeteer/remote-base.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
isClosed | boolean | getter • Check if this object has been closed/disposed. |
RemoteComponentBase
Source:sdk/src/drivers/puppeteer/remote-base.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
isClosed | boolean | getter • Check if this object has been closed/disposed. |
RemotePuppeteerAccessibility
Source:sdk/src/drivers/puppeteer/generated/accessibility.ts
Constructor
Methods
snapshot
Captures the current state of the accessibility tree.RemotePuppeteerBrowser
Source:sdk/src/drivers/puppeteer/generated/browser.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
isConnected | boolean | getter • Whether the browser is connected. |
Methods
browserContexts
Get all browser contexts.close
Close the browser.cookies
Gets cookies from the default browser context.createBrowserContext
Create a new browser context.defaultBrowserContext
Get the default browser context.deleteCookie
Deletes cookies from the default browser context.deleteMatchingCookies
Deletes cookies matching the filter criteria from the default browser context.disconnect
Disconnect from the browser (without closing it).getWindowBounds
Gets the bounds of a browser window.installExtension
Installs a browser extension.newPage
Create a new page in the default browser context.pages
Get all open pages.process
Get browser process info (if available).setCookie
Sets cookies in the default browser context.setWindowBounds
Sets the bounds of a browser window.target
Gets the browser target.targets
Gets all active targets inside the browser.uninstallExtension
Uninstalls a browser extension.userAgent
Get the browser’s user agent.version
Get the browser version.waitForTarget
Wait for a target matching the filter.wsEndpoint
Get the WebSocket endpoint for the browser.RemotePuppeteerBrowserContext
Source:sdk/src/drivers/puppeteer/generated/browser-context.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
closed | boolean | getter • Whether this context has been closed. |
id | string | getter • Get the context ID. |
isDefault | boolean | getter • Whether this is the default context. |
Methods
clearPermissionOverrides
Clears all permission overrides for this browser context.close
Close this browser context.cookies
Gets all cookies in this browser context.deleteCookie
Deletes cookies from this browser context.deleteMatchingCookies
Deletes cookies matching the filter criteria from this browser context.markClosed
Mark this context as closed (internal use).newPage
Creates a new page in this browser context.overridePermissions
Grants this browser context the given permissions within the given origin.pages
Gets a list of all open pages inside this browser context.setCookie
Sets cookies in this browser context.targets
Gets all active targets inside this browser context.RemotePuppeteerConsoleMessage
Source:sdk/src/drivers/puppeteer/generated/console-message.ts
Constructor
Methods
args
An array of arguments passed to the console function call.location
The location of the console message.stackTrace
The array of locations on the stack of the console message.text
The text of the console message.type
The type of the console message.RemotePuppeteerCoverage
Source:sdk/src/drivers/puppeteer/generated/coverage.ts
Constructor
Methods
startCSSCoverage
Starts CSS coverage.startJSCoverage
Starts JavaScript coverage.stopCSSCoverage
Stops CSS coverage and returns coverage reports for all stylesheets.stopJSCoverage
Stops JavaScript coverage and returns coverage reports for all scripts.RemotePuppeteerDialog
Source:sdk/src/drivers/puppeteer/generated/dialog.ts
Constructor
Methods
accept
Accept the dialog. For prompt dialogs, optionally provide text to enter.defaultValue
Returns the default value of the prompt, or empty string if not a prompt.dismiss
Dismiss the dialog.message
The message displayed in the dialog.type
The type of the dialog (alert, confirm, prompt, beforeunload).RemotePuppeteerElementHandle
Source:sdk/src/drivers/puppeteer/generated/element-handle.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
handleId | string | The handle ID (alias for id, for compatibility). |
Methods
$
Query for a child element.$$
Query for all matching child elements.$$eval
Evaluate a function on all children matching the selector.$eval
Evaluate a function on the first child matching the selector.autofill
Test if the form is compatible with browser autofill. Currently supports credit card autofill in Chrome headless/headful only.boundingBox
Get the bounding box of the element.boxModel
Get the CSS box model of the element.click
Click the element.clickablePoint
Get a clickable point within the element.contentFrame
Get the content frame for iframe elements.drag
Drag the element to the given target.dragAndDrop
Drag and drop to another element or point.dragEnter
Dispatch a dragenter event.dragOver
Dispatch a dragover event.drop
Drop the given element onto the current one.evaluate
Evaluate a function in the context of the element.focus
Focus the element.getProperty
Get a property value.hover
Hover over the element.isHidden
Check if the element is hidden.isIntersectingViewport
Check if the element intersects the viewport.isVisible
Check if the element is visible.jsonValue
Get the JSON value of the element.press
Press a key while focused on the element.scrollIntoView
Scroll the element into view.select
Select options in a <select> element.tap
Tap the element (for touch devices).toElement
Convert to a typed element handle.touchEnd
End the first active touch.touchMove
Move the touch to the center of the element.type
Type text into the element.uploadFile
Upload files to a file input element.waitForSelector
Wait for a child element to appear.RemotePuppeteerFileChooser
Source:sdk/src/drivers/puppeteer/generated/file-chooser.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
id | string | readonly |
Methods
accept
Accept the file chooser request with the given file paths.cancel
Close the file chooser without selecting any files.isMultiple
Whether file chooser allows multiple file selection.RemotePuppeteerFrame
Source:sdk/src/drivers/puppeteer/generated/frame.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
_isDetached | boolean | Whether this frame has been detached. |
Methods
$
Query for a single element.$$
Query for all matching elements.$$eval
Evaluate JavaScript on all matching elements.$eval
Evaluate JavaScript on a selected element.addScriptTag
Add a script tag to the frame.addStyleTag
Add a style tag to the frame.childFrames
Child frames of this frame.click
Click on an element.content
The full HTML contents of the frame.detached
Istrue if the frame has been detached. Otherwise, false.
evaluate
Evaluate JavaScript in the frame context.evaluateHandle
Evaluates a function in the frame’s context and returns a handle to the result.focus
Focus on an element.frameElement
The frame element associated with this frame, if any.goto
Navigate the frame to a URL.hover
Hover over an element.isDetached
Whether this frame is detached.isMainFrame
Is this the main frame?locator
Creates a Locator for the given selector.name
The frame’s name attribute as specified in the tag.page
The page associated with this frame.parentFrame
The parent frame, if any.select
Select options in a <select> element.setContent
Set the content of the frame.tap
Tap on an element.title
The frame’s title.type
Type text into an element.url
The frame’s URL.waitForFunction
Wait for a function to return a truthy value.waitForNavigation
Wait for navigation to complete.waitForSelector
Wait for a selector to appear.RemotePuppeteerHTTPRequest
Source:sdk/src/drivers/puppeteer/generated/http-request.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
id | string | getter • The request ID. |
Methods
abort
Aborts a request.abortErrorReason
The most recent reason for aborting the request.continue
Continues a request with optional overrides.continueRequestOverrides
The ContinueRequestOverrides that will be used if the interception is allowed to continue.enqueueInterceptAction
Adds an async request handler to the processing queue.failure
Access information about the request’s failure.fetchPostData
Fetches the POST data for the request from the browser.finalizeInterceptions
Awaits pending interception handlers and then decides how to fulfill the request interception.frame
The frame that initiated the request.hasPostData
True when the request has POST data.headers
HTTP headers associated with the request.initiator
The initiator of the request.interceptResolutionState
An InterceptResolutionState object describing the current resolution action and priority.isInterceptResolutionHandled
Is true if the intercept resolution has already been handled.isNavigationRequest
True if the request is driving the current frame’s navigation.method
The HTTP method used for the request.postData
The request’s post body, if any.redirectChain
A chain of requests initiated to fetch a resource.resourceType
The request’s resource type.respond
Fulfills a request with the given response.response
A matching HTTPResponse object, or null if not received yet.responseForRequest
The ResponseForRequest that gets used if the interception is allowed to respond.setFailure
url
The URL of the request.RemotePuppeteerHTTPResponse
Source:sdk/src/drivers/puppeteer/generated/http-response.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
id | string | getter • The response ID. |
Methods
buffer
Promise which resolves to a buffer with the response body.content
Alias for text() - returns the response body as a string. Note: In real Puppeteer, content() is an internal method. This is provided for convenience.frame
The Frame that initiated this response, or null if navigating to error pages.fromCache
True if the response was served from the browser’s disk cache.fromServiceWorker
True if the response was served by a service worker.headers
An object with HTTP headers associated with the response. All header names are lowercase.json
Promise which resolves to the response body as JSON.ok
True if the response was successful (status in the range 200-299).remoteAddress
The IP address and port number used to connect to the remote server.request
A matching HTTPRequest object for this response.securityDetails
Security details if the response was received over HTTPS, null otherwise.status
The status code of the response (e.g., 200, 404).statusText
The status text of the response (e.g., ‘OK’, ‘Not Found’).text
Promise which resolves to the response body as text.timing
Timing information related to the response.url
The URL of the response.RemotePuppeteerJSHandle
Source:sdk/src/drivers/puppeteer/generated/js-handle.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
disposed | boolean | getter • Check if this handle has been disposed. |
handleId | string | readonly |
Methods
evaluate
Evaluates the given function with the current handle as its first argument.evaluateHandle
Evaluates the given function with the current handle as its first argument and returns a new JSHandle.getProperty
Fetches a single property from the referenced object.jsonValue
Returns a vanilla object representing the serializable portions of the referenced object.RemotePuppeteerKeyboard
Source:sdk/src/drivers/puppeteer/generated/keyboard.ts
Constructor
Methods
down
Dispatches akeydown event.
press
Shortcut forKeyboard.down and Keyboard.up.
sendCharacter
Dispatches akeypress and input event. This does not send a keydown or keyup event.
type
Sends akeydown, keypress/input, and keyup event for each character in the text.
up
Dispatches akeyup event.
RemotePuppeteerLocator
Source:sdk/src/drivers/puppeteer/generated/locator.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
selector | string | readonly |
Methods
click
Clicks the located element.clone
Clones the locator.fill
Fills out the input identified by the locator.hover
Hovers over the located element.race
Creates a race between multiple locators.scroll
Scrolls the located element.setEnsureElementIsInTheViewport
Creates a new locator with ensureElementIsInTheViewport set to the specified value. Whether to scroll element into viewportsetTimeout
Creates a new locator with timeout set to the specified value. Timeout in millisecondssetVisibility
Creates a new locator with visibility set to the specified value. Visibility filtersetWaitForEnabled
Creates a new locator with waitForEnabled set to the specified value. Whether to wait for element to be enabledsetWaitForStableBoundingBox
Creates a new locator with waitForStableBoundingBox set to the specified value. Whether to wait for stable bounding boxwait
Waits for the locator to get the serialized value from the page.waitHandle
Waits for the locator to get a handle from the page.RemotePuppeteerMouse
Source:sdk/src/drivers/puppeteer/generated/mouse.ts
Constructor
Methods
click
Click at specific coordinates.down
Press mouse button down.drag
Dispatches a drag event.dragAndDrop
Perform a drag and drop operation.dragEnter
Dispatches a dragenter event.dragOver
Dispatches a dragover event.drop
Performs a dragenter, dragover, and drop in sequence.move
Move mouse to specific coordinates.reset
Resets the mouse to the default state.up
Release mouse button.wheel
Scroll mouse wheel.RemotePuppeteerPage
Source:sdk/src/drivers/puppeteer/generated/page.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
accessibility | RemotePuppeteerAccessibility | readonly |
id | string | readonly |
isClosed | boolean | getter |
keyboard | RemotePuppeteerKeyboard | readonly |
mouse | RemotePuppeteerMouse | readonly |
touchscreen | RemotePuppeteerTouchscreen | readonly |
tracing | RemotePuppeteerTracing | readonly |
Methods
$
Query for a single element.$$
Query for all matching elements.$$eval
Evaluate JavaScript on all matching elements.$eval
Evaluate JavaScript on a selected element.$x
Evaluate XPath expression.addScriptTag
Add script tag.addStyleTag
Add style tag.authenticate
Authenticate with HTTP auth.bringToFront
Bring page to front.click
Click on an element matching the selector.close
Close the page.content
Get the full HTML content.cookies
Get all cookies.createCDPSession
Create a CDP session.deleteCookie
Delete cookies.emulate
Emulate a device (viewport + user agent).emulateCPUThrottling
Emulate CPU throttling.emulateIdleState
Emulate idle state.emulateMediaFeatures
Emulate media features.emulateMediaType
Emulate media type.emulateNetworkConditions
Emulate network conditions.emulateTimezone
Emulate timezone.emulateVisionDeficiency
Emulate vision deficiency.evaluate
Evaluate JavaScript in the page context.evaluateHandle
Evaluate handle (returns a JSHandle).evaluateOnNewDocument
Add a script to evaluate when a new document is created.focus
Focus on an element.frames
Get all frames.getDefaultNavigationTimeout
Get the default navigation timeout.getDefaultTimeout
Get the default timeout.goBack
Navigate back in history.goForward
Navigate forward in history.goto
Navigate to a URL.hover
Hover over an element.innerHTML
Get the inner HTML of an element matching the selector.isDragInterceptionEnabled
Check if drag interception is enabled.isJavaScriptEnabled
Check if JavaScript is enabled.isServiceWorkerBypassed
Check if service worker bypass is enabled.locator
Create a locator for the given selector.mainFrame
Get the main frame.markClosed
Mark this page as closed (internal use by browser.close()).metrics
Get metrics.openDevTools
Open DevTools. Only works in headful mode.queryObjects
Query all objects of a given prototype.reload
Reload the page.removeExposedFunction
Remove an exposed function.removeScriptToEvaluateOnNewDocument
Remove an injected script.resize
Resize the page.screenshot
Take a screenshot (returns base64 string or Buffer).select
Select options in a <select> element.sendCDP
Send a CDP command directly.setBypassCSP
Toggle bypassing Content-Security-Policy.setBypassServiceWorker
Set service worker bypass.setCacheEnabled
Set cache enabled/disabled.setContent
Set the page content.setCookie
Set cookies.setDefaultNavigationTimeout
Set the default navigation timeout.setDefaultTimeout
Set the default timeout.setDragInterception
Set drag interception.setExtraHTTPHeaders
Set extra HTTP headers.setGeolocation
Set geolocation.setJavaScriptEnabled
Set JavaScript enabled/disabled.setOfflineMode
Set offline mode.setRequestInterception
Set request interception enabled/disabled.setUserAgent
Set user agent.setViewport
Set the viewport size. Pass null to reset to default.tap
Tap on an element (for touch devices).target
Get the target for this page.textContent
Get the text content of an element matching the selector.title
Get the page title.type
Type text into an element.url
Get the current URL.viewport
Get the current viewport.waitForDevicePrompt
Wait for a device prompt (e.g., Bluetooth, USB).waitForFileChooser
Wait for a file chooser to appear.waitForFrame
Wait for a frame to appear.waitForFunction
Wait for a function to return true.waitForNavigation
Wait for navigation to complete.waitForNetworkIdle
Wait for network to be idle.waitForRequest
Wait for a specific request.waitForResponse
Wait for a specific response.waitForSelector
Wait for a selector to appear in the DOM.waitForTimeout
Wait for a timeout.windowId
Get the window ID.workers
Get all web workers for this page.RemotePuppeteerTarget
Source:sdk/src/drivers/puppeteer/generated/target.ts
Constructor
Properties
| Name | Type | Notes |
|---|---|---|
targetId | string | getter • The target ID. |
Methods
asPage
Forcefully creates a page for a target of any type.browser
Get the browser the target belongs to.browserContext
Get the browser context the target belongs to.createCDPSession
Creates a Chrome DevTools Protocol session attached to the target.opener
Get the target that opened this target.page
Get the page for this target.type
Identifies what kind of target this is.url
Gets the URL of the target.worker
Get the web worker for this target.RemotePuppeteerTouchHandle
Source:sdk/src/drivers/puppeteer/generated/touchscreen.ts
Constructor
Methods
end
Dispatches atouchend event for this touch.
move
Dispatches atouchmove event for this touch.
RemotePuppeteerTouchscreen
Source:sdk/src/drivers/puppeteer/generated/touchscreen.ts
Constructor
Methods
tap
Dispatches atouchstart and touchend event (simulates a tap).
touchEnd
Dispatches atouchend event.
touchMove
Dispatches atouchmove event on the active touch.
touchStart
Dispatches atouchstart event.
RemotePuppeteerTracing
Source:sdk/src/drivers/puppeteer/generated/tracing.ts
Constructor
Methods
start
Starts a trace for the current page.stop
Stops the trace and returns the trace data.RemotePuppeteerWebWorker
Source:sdk/src/drivers/puppeteer/generated/web-worker.ts
Constructor
Methods
close
Closes the web worker.evaluate
Evaluates a given function in the worker.url
The URL of this web worker.UnsupportedOperation
Source:sdk/src/drivers/puppeteer/errors.ts
Constructor
Functions
isSerializedHTTPResponse
Source:sdk/src/drivers/puppeteer/generated/http-response.ts
Type guard to check if a value is a serialized HTTPResponse.
isSerializedJSHandle
Source:sdk/src/drivers/puppeteer/generated/js-handle.ts
Type guard for serialized JSHandle responses.
Interfaces
BrowserContextEvents
Source:sdk/src/drivers/puppeteer/types.ts
BrowserContextEvents - maps event names to their payload types.
BrowserEvents
Source:sdk/src/drivers/puppeteer/types.ts
BrowserEvents - maps event names to their payload types.
PageEvents
Source:sdk/src/drivers/puppeteer/types.ts
PageEvents - maps event names to their payload types.
PuppeteerElementHandle
Source:sdk/src/drivers/puppeteer/types.ts
PuppeteerPage
Source:sdk/src/drivers/puppeteer/types.ts
SerializedHTTPRequest
Source:sdk/src/drivers/puppeteer/generated/http-request.ts
Serialized HTTPRequest data received from the server.
SerializedJSHandle
Source:sdk/src/drivers/puppeteer/generated/js-handle.ts
Serialized JSHandle response from backend.
SerializedTargetInfo
Source:sdk/src/drivers/puppeteer/generated/target.ts
Serialized target info from the backend.
SnapshotOptions
Source:sdk/src/drivers/puppeteer/generated/accessibility.ts
Options for SDK method. Wraps PuppeteerSnapshotOptions with SDK-friendly types.
TargetFactories
Source:sdk/src/drivers/puppeteer/generated/target.ts
Factory functions for creating related objects.
These are passed in to avoid circular dependencies.
TouchHandle
Source:sdk/src/drivers/puppeteer/types.ts
Type Aliases
ElementHandleFactoryForJSHandle
Source:sdk/src/drivers/puppeteer/generated/js-handle.ts
Factory function to create ElementHandle instances (for asElement).
ElementHandleFactoryLocal
Source:sdk/src/drivers/puppeteer/generated/locator.ts
Factory function for creating element handles (uses SDK type)
EvaluateFunc
Source:sdk/src/drivers/puppeteer/types.ts
Handler
Source:sdk/src/drivers/puppeteer/event-emitter.ts
Handler function type for event listeners.
HTTPResponseDataFactory
Source:sdk/src/drivers/puppeteer/generated/http-response.ts
Factory function type for creating HTTPResponse instances from serialized data.
Used when the full response data is already available.
HTTPResponseFactory
Source:sdk/src/drivers/puppeteer/generated/http-response.ts
Factory function type for creating HTTPResponse instances from response ID.
Used when the full response data needs to be fetched lazily.
JSHandleFactory
Source:sdk/src/drivers/puppeteer/generated/js-handle.ts
Factory function to create new JSHandle instances.
JSHandleRpcSender
Source:sdk/src/drivers/puppeteer/generated/js-handle.ts
RPC sender function type for JSHandle operations.
LocatorFactory
Source:sdk/src/drivers/puppeteer/generated/locator.ts
Factory function for creating locators
LocatorMapper
Source:sdk/src/drivers/puppeteer/generated/locator.ts
Mapper function for map()
LocatorPredicate
Source:sdk/src/drivers/puppeteer/generated/locator.ts
Predicate function for filter()
PuppeteerEvalAllFunction
Source:sdk/src/drivers/puppeteer/types.ts
PuppeteerEvalFunction
Source:sdk/src/drivers/puppeteer/types.ts
PuppeteerEvaluateFunction
Source:sdk/src/drivers/puppeteer/types.ts
External Re-exports
| Export | Kind | Source | Notes |
|---|---|---|---|
PuppeteerActionOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerAutofillData | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBoundingBox | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBoxModel | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBrowserContextEvent | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBrowserContextOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerBrowserEvent | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerClickOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerClipRegion | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerConsoleMessage | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerConsoleMessageLocation | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerConsoleMessageType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerContinueRequestOverrides | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookie | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookieData | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookiePartitionKey | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookiePriority | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookieSameSite | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCookieSourceScheme | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCoverageEntry | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCoverageRange | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCreditCard | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerCSSCoverageOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDeleteCookiesRequest | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDevice | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDialog | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDialogType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDownloadBehavior | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDownloadPolicy | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDragData | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerDragDataItem | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerErrorCode | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerEventType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerFrame | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerFrameAddScriptTagOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerFrameAddStyleTagOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerGeolocation | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerGotoOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerHTTPRequest | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerHTTPResponse | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerIdleOverrides | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerImageFormat | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInitiator | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInitiatorType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInterceptResolutionAction | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerInterceptResolutionState | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerJSCoverageEntry | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerJSCoverageOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyboardTypeOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyDownOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyInput | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerKeyPressOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerLocatorClickOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerLocatorScrollOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMediaFeature | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseButton | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseClickOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseMoveOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerMouseWheelOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerNetworkConditions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerOffset | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPageEvent | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPaperFormat | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPDFMargin | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPDFOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPermission | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerPoint | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerReloadOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteAddress | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteObject | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteObjectSubtype | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerRemoteObjectType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerResourceTiming | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerResourceType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerResponseForRequest | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerScreenshotClip | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerScreenshotOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSecurityDetails | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSelectOption | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSelectValue | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSerializedAXNode | interface | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSerializedElement | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerSnapshotOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTarget | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTargetFilter | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTargetType | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTouchHandle | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerTracingOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerViewport | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerVisibilityOption | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerVisionDeficiency | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForNavigationOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForNetworkIdleOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForSelectorOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitForTargetOptions | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitUntil | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWaitUntilOption | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWebWorker | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWindowBounds | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |
PuppeteerWindowState | type | packages/schemas/src/drivers/puppeteer/options.ts | Re-exported from non-SDK source |

