Once the form has been filled out it's time to submit. The click function operates just like clicking the selected button. Optionally x,y coordinates can be passed. The click_button method can be used to select the button to push based on name, number, value, input. The submit method is used to submit the form without performing a click action. All form submission actions return a HTTP::Response object.
Perform a simple search of google for 'test search'
Retrieve www.google.com find the advanced search link. Pull the advanced search page and perform an advanced search using different form field accessors.