We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Protocol
1 parent 966b804 commit 3bc3385Copy full SHA for 3bc3385
py/selenium/webdriver/common/virtual_authenticator.py
@@ -23,6 +23,8 @@
23
24
25
class Protocol(str, Enum):
26
+ """Protocol to communicate with the authenticator."""
27
+
28
CTAP2: str = "ctap2"
29
U2F: str = "ctap1/u2f"
30
0 commit comments