Skip to main content
Version: 23.3.0

支持的 WebDriverCapability 类型

¥SupportedWebDriverCapability type

签名

¥Signature

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