Skip to main content
Version: 23.11.1

支持的 WebDriverCapability 类型

¥SupportedWebDriverCapability type

签名

¥Signature

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