Module: WatirRobot::Button
- Included in:
- KeywordLibrary
- Defined in:
- lib/watir_robot/keywords/button.rb
Overview
Functionality related to HTML buttons (whether <input> type submit or actual <button> tags)
Instance Method Summary collapse
-
#click_button(loc) ⇒ Object
Click a button.
Instance Method Details
#click_button(loc) ⇒ Object
Click a button
15 16 17 |
# File 'lib/watir_robot/keywords/button.rb', line 15 def (loc) @browser.(parse_location(loc)).click end |