Sha256: c0c35ffd7a516159fa569a3da4584d820204a2e488c591a41a7caa541f471105

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

module PageObject
  module Platforms
    module WatirWebDriver
      module Label

        #
        # choose the label
        #
        def choose
          sleep 0.5
          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.10 lib/page-object/platforms/watir_webdriver/label.rb