Method: CongressForms::Actions::ClickOn#perform
- Defined in:
- lib/congress_forms/actions.rb
#perform(browser, params = {}) ⇒ Object
118 119 120 |
# File 'lib/congress_forms/actions.rb', line 118 def perform(browser, params={}) browser.find(selector).click end |