title |
---|
javascript-api/k6-browser-api |
k6 Class | Description |
---|---|
BrowserContext {{< docs/bwipt >}} | Enables independent browser sessions with separate Pages, cache, and cookies. |
ElementHandle {{< docs/bwipt >}} | Represents an in-page DOM element. |
Frame {{< docs/bwipt >}} | Access and interact with the Page .'s Frame s. |
JSHandle | Represents an in-page JavaScript object. |
Keyboard | Used to simulate the keyboard interactions with the associated Page . |
Locator | The Locator API makes it easier to work with dynamically changing elements. |
Mouse | Used to simulate the mouse interactions with the associated Page . |
Page {{< docs/bwipt >}} | Provides methods to interact with a single tab in a browser. |
Request {{< docs/bwipt >}} | Used to keep track of the request the Page makes. |
Response {{< docs/bwipt >}} | Represents the response received by the Page . |
Touchscreen | Used to simulate touch interactions with the associated Page . |
Worker | Represents a WebWorker. |