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 2af04d4 commit 5b62f2fCopy full SHA for 5b62f2f
rb/lib/selenium/webdriver/remote/bridge.rb
@@ -586,7 +586,7 @@ def add_credential(credential, id)
586
end
587
588
def credentials(authenticator_id)
589
- execute :get_credentials, {}, {authenticatorId: authenticator_id}
+ execute :get_credentials, {authenticatorId: authenticator_id}
590
591
592
def remove_credential(credential_id, authenticator_id)
0 commit comments