Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page.Form
SourceOperations on forms and inputs
Phantom types for inputs
A form input
Convert a form to a Soup node
Convert an input to a Soup node
Set directly the value(s) of a field
Get the value(s) of a field
All the following function are built using the same pattern.
checkboxes
) return all the inputs of a certain type as a lazy sequence. For example, checkboxes myform
will return all the checkboxes of the formNone
if there isn't any. Eg, fields_with myform "[name$=text2]"
will try to find any text field which name ends with text2
Select textual fields, either text, password, search, or textarea
Select numeric fields, either number or range
Reset or clear all the fields
Operations on Radio Buttons
Operations on Menu (select lists)