Class: Moby::Backends::SeleniumBackend
- Inherits:
-
Object
- Object
- Moby::Backends::SeleniumBackend
- Defined in:
- lib/Moby/Backends/SeleniumBackend.rb
Instance Method Summary collapse
Instance Method Details
#counter_phish ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/Moby/Backends/SeleniumBackend.rb', line 12 def counter_phish set_up_driver navigate_to_target repeatedly_fill_and_submit_login_form ensure cleanup_driver unless @config.debug? end |