Sha256: fcabe9085d3b483ca4fda2e078540428361eeef8ce80d04c25929e9aed6c2259

Contents?: true

Size: 205 Bytes

Versions: 5

Compression:

Stored size: 205 Bytes

Contents

module PageObject
  module Platforms
    module Watir
      module Form

        #
        # Submit the form.
        #
        def submit
          @element.submit
        end

      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
page-object-0.2.5 lib/page-object/platforms/watir/form.rb
page-object-0.2.4 lib/page-object/platforms/watir/form.rb
page-object-0.2.3 lib/page-object/platforms/watir/form.rb
page-object-0.2.2 lib/page-object/platforms/watir/form.rb
page-object-0.2.1 lib/page-object/platforms/watir/form.rb