Skip to main content
Version: Next

SupportedWebDriverCapability type

Signature

export type SupportedWebDriverCapability = Exclude<
Session.CapabilityRequest,
'unhandledPromptBehavior' | 'acceptInsecureCerts'
>;