# Structs
HTTPHeader is a single HTTP header.
HTTPMessageSize are the sizes in bytes of the HTTP message header and body.
No description provided by the author
# Interfaces
Browser is the public interface of a CDP browser.
BrowserContext is the public interface of a CDP browser context.
BrowserType is the public interface of a CDP browser client.
CDPSession is the interface of a raw CDP session.
ElementHandle is the interface of an in-page DOM element.
Frame is the interface of a CDP target frame.
JSHandle is the interface of an in-page JS object.
Keyboard is the interface of a keyboard input device.
Locator represents a way to find element(s) on a page at any moment.
Mouse is the interface of a mouse input device.
Page is the interface of a single browser tab.
Request is the interface of an HTTP request.
Response is the interface of an HTTP response.
Route is the interface of a route for managing request interception.
Touchscreen is the interface of a touchscreen.
Video is the interface of a recorded video.
Worker is the interface of a web worker.