Module: PageObject::Platforms::WatirWebDriver::Label
- Defined in:
- lib/page-object/platforms/watir_webdriver/label.rb
Instance Method Summary collapse
-
#choose ⇒ Object
choose the label.
Instance Method Details
#choose ⇒ Object
choose the label
9 10 11 12 |
# File 'lib/page-object/platforms/watir_webdriver/label.rb', line 9 def choose element.click wait_for_ajax end |