module PageObject module Platforms module SeleniumWebDriver module Form # # Submit the form. # def submit element.submit end end end end end