mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2.8 KiB
2.8 KiB
puppeteer package
Classes
| Class | Description |
|---|---|
| Accessibility | The Accessibility class provides methods for inspecting Chromium's accessibility tree. The accessibility tree is used by assistive technology such as screen readers or switches. |
| Browser | |
| BrowserContext | |
| BrowserFetcher | |
| CDPSession | |
| Connection | |
| ConsoleMessage | |
| Coverage | |
| Dialog | |
| ElementHandle | |
| ExecutionContext | |
| FileChooser | |
| Frame | |
| FrameManager | |
| HTTPRequest | |
| HTTPResponse | |
| JSHandle | |
| Keyboard | |
| Mouse | |
| Page | |
| Puppeteer | The main Puppeteer class |
| SecurityDetails | |
| Target | |
| TimeoutError | |
| Touchscreen | |
| Tracing | |
| WebWorker |
Enumerations
| Enumeration | Description |
|---|---|
| DialogType |
Functions
| Function | Description |
|---|---|
| createJSHandle(context, remoteObject) |
Interfaces
| Interface | Description |
|---|---|
| BrowserFetcherOptions | |
| SerializedAXNode | Represents a Node and the properties of it that are relevant to Accessibility. |
| SnapshotOptions |
Variables
| Variable | Description |
|---|---|
| EVALUATION_SCRIPT_URL | |
| puppeteerErrors |
Type Aliases
| Type Alias | Description |
|---|---|
| MouseButtonInput | |
| PuppeteerErrors |