Sha256: 6cad4effb90f96412c5039aa373fd41f415527252cc7679429c591308f599760

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

module PageObject
  module Platforms
    module WatirWebDriver
      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/watir_webdriver/label.rb