Method: Selenium::WebDriver::Credential.resident
- Defined in:
- lib/selenium/webdriver/common/virtual_authenticator/credential.rb
permalink .resident(**opts) ⇒ Object
[View source]
29 30 31 |
# File 'lib/selenium/webdriver/common/virtual_authenticator/credential.rb', line 29 def resident(**opts) Credential.new(resident_credential: true, **opts) end |