Sha256: 0d198ff7d5616a933b281fa0f8ff91e8e056a912629863e68891e8b345dca5df

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

module PageObject
  module Platforms
    module SeleniumWebDriver
      module Label

        #
        # choose the label
        #
        def choose
          element.click
          wait_for_ajax
        end

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
meeane-page-object-0.1.8 lib/page-object/platforms/selenium_webdriver/label.rb