Class: Moby::Backends::SeleniumBackend

Inherits:
Object
  • Object
show all
Defined in:
lib/Moby/Backends/SeleniumBackend.rb

Instance Method Summary collapse

Instance Method Details

#counter_phishObject



12
13
14
15
16
17
18
# File 'lib/Moby/Backends/SeleniumBackend.rb', line 12

def counter_phish
  set_up_driver
  navigate_to_target
  
ensure
  cleanup_driver unless @config.debug?
end