Class: Booth::Testing::VirtualAuthenticators::Destroy

Inherits:
Object
  • Object
show all
Includes:
Logging, Calls
Defined in:
lib/booth/testing/support/virtual_authenticators/destroy.rb

Instance Method Summary collapse

Instance Method Details

#callObject



13
14
15
16
# File 'lib/booth/testing/support/virtual_authenticators/destroy.rb', line 13

def call
  log { "Removing Virtual Authenticator with ID #{id}" }
  devtools.send_cmd 'WebAuthn.removeVirtualAuthenticator', authenticatorId: id
end