module PageObject module Platforms module WatirForm # # Submit the form. # def submit @element.submit end end end end