Class: Booth::Testing::Support::VirtualAuthenticators::Create
- Inherits:
-
Object
- Object
- Booth::Testing::Support::VirtualAuthenticators::Create
- Includes:
- Logging, Calls, Capybara::DSL
- Defined in:
- lib/booth/testing/support/virtual_authenticators/create.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
14 15 16 17 |
# File 'lib/booth/testing/support/virtual_authenticators/create.rb', line 14 def call log { "Adding Virtual Authenticator... #{options.as_json}" } page.driver.browser.add_virtual_authenticator() end |