We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56ad9a commit 8899e13Copy full SHA for 8899e13
py/selenium/webdriver/common/virtual_authenticator.py
@@ -80,7 +80,7 @@ def __init__(
80
self,
81
credential_id: bytes,
82
is_resident_credential: bool,
83
- rp_id: str,
+ rp_id: Optional[str],
84
user_handle: Optional[bytes],
85
private_key: bytes,
86
sign_count: int,
0 commit comments