Back to Puppeteer

SupportedWebDriverCapabilities interface

website/versioned_docs/version-24.40.0/api/puppeteer.supportedwebdrivercapabilities.md

19.2.2763 B
Original Source

SupportedWebDriverCapabilities interface

WebDriver BiDi capabilities that are not set by Puppeteer itself.

Signature

typescript
export interface SupportedWebDriverCapabilities

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="alwaysmatch">alwaysMatch</span>

</td><td>

optional

</td><td>

SupportedWebDriverCapability

</td><td> </td><td> </td></tr> <tr><td>

<span id="firstmatch">firstMatch</span>

</td><td>

optional

</td><td>

SupportedWebDriverCapability[]

</td><td> </td><td> </td></tr> </tbody></table>