Class: CongressForms::Actions::Wait

Inherits:
Base
  • Object
show all
Defined in:
lib/congress_forms/actions.rb

Instance Attribute Summary

Attributes inherited from Base

#options, #required, #selector, #value

Instance Method Summary collapse

Methods inherited from Base

#escape_css_attribute, #initialize, #inspect, #max_length, #placeholder_value?, #select_options, #submit?

Constructor Details

This class inherits a constructor from CongressForms::Actions::Base

Instance Method Details

#perform(browser, params = {}) ⇒ Object



72
73
74
# File 'lib/congress_forms/actions.rb', line 72

def perform(browser, params={})
  sleep(value.to_i)
end