Method: Selenium::WebDriver::VirtualAuthenticatorOptions#as_json
- Defined in:
- lib/selenium/webdriver/common/virtual_authenticator/virtual_authenticator_options.rb
permalink #as_json ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
52 53 54 55 56 57 58 59 |
# File 'lib/selenium/webdriver/common/virtual_authenticator/virtual_authenticator_options.rb', line 52 def as_json(*) {'protocol' => PROTOCOL[protocol], 'transport' => TRANSPORT[transport], 'hasResidentKey' => resident_key?, 'hasUserVerification' => user_verification?, 'isUserConsenting' => , 'isUserVerified' => user_verified?} end |