Sha256: 4b9d9fb8dae23a1a22e6738b214e3fa4d9edc29b7328d0bbe3f37e3270884640
Contents?: true
Size: 299 Bytes
Versions: 66
Compression:
Stored size: 299 Bytes
Contents
# encoding: utf-8 module Watir class Form < HTMLElement # # Submits the form. # # This method should be avoided - invoke the user interface element that triggers the submit instead. # def submit assert_exists @element.submit end end # Form end # Watir
Version data entries
66 entries across 66 versions & 2 rubygems