APIRequest |
Exposes API that can be used for the Web API testing.
|
APIRequestContext |
This API is used for the Web API testing.
|
APIResponse |
|
Browser |
|
BrowserContext |
BrowserContexts provide a way to operate multiple independent browser sessions.
|
BrowserType |
BrowserType provides methods to launch a specific browser instance or connect to an existing one.
|
ConsoleMessage |
|
Dialog |
|
Download |
|
ElementHandle |
ElementHandle represents an in-page DOM element.
|
FileChooser |
|
Frame |
|
FrameLocator |
FrameLocator represents a view to the iframe on the page.
|
JSHandle |
JSHandle represents an in-page JavaScript object.
|
Keyboard |
Keyboard provides an api for managing a virtual keyboard.
|
Locator |
Locators are the central piece of Playwright's auto-waiting and retry-ability.
|
Mouse |
The Mouse class operates in main-frame CSS pixels relative to the top-left corner of the viewport.
|
Page |
|
Playwright |
Playwright module provides a method to launch a browser instance.
|
Request |
Whenever the page sends a request for a network resource the following sequence of events are emitted by Page :
Page.onRequest() emitted when the request is issued by the page.
Page.onResponse() emitted when/if the response status and headers are received for the request.
Page.onRequestFinished() emitted when the response body is downloaded and the request is
complete.
|
Response |
Response class represents responses which are received by page.
|
Route |
|
Selectors |
Selectors can be used to install custom selector engines.
|
Touchscreen |
The Touchscreen class operates in main-frame CSS pixels relative to the top-left corner of the viewport.
|
Tracing |
API for collecting and saving Playwright traces.
|
Video |
When browser context is created with the recordVideo option, each page has a video object associated with it.
|
WebSocket |
The WebSocket class represents websocket connections in the page.
|
WebSocketFrame |
The WebSocketFrame class represents frames sent over WebSocket connections in the page.
|
Worker |
|