module PageObject::Platforms::WatirWebDriver::Label
Public Instance Methods
choose()
click to toggle source
choose the label
# File lib/page-object/platforms/watir_webdriver/label.rb, line 9 def choose element.click wait_for_ajax end