Module: WatirRobot::Area
- Included in:
- KeywordLibrary
- Defined in:
- lib/watir_robot/keywords/area.rb
Instance Method Summary collapse
-
#click_area(loc) ⇒ Object
Click an area element (acts as a link).
Instance Method Details
#click_area(loc) ⇒ Object
Click an area element (acts as a link)
12 13 14 |
# File 'lib/watir_robot/keywords/area.rb', line 12 def click_area(loc) @browser.area(parse_location(loc)).click end |