Core Step verifySelectField
Description
This step verifies whether a particular SELECT - Option Selector exists and is marked as selected. The option selector may be chosen by either its value attribute or the text associated with the selector.
Parameters
- name
- Required? yes
- The xpath of the input field of interest. One of name, htmlId or xpath is required.
- description
- Required? no
- The description of this test step.
- fieldIndex
- Required? no
- The index (starting at 0) of the field of interest (if more than one).
- formName
- Required? no
- The name of the form containing the field of interest.
- htmlId
- Required? yes/no
- The id of the input field of interest. One of name, htmlId or xpath is required.
- regex
- Required? no, default is 'false'
- Specifies whether the text or value represents a regular expression.
- text
- Required? yes/no
- The option text. Specification of either text or value is mandatory.
- value
- Required? no
- The value of the input field of interest.
- xpath
- Required? yes/no
- The xpath of the input field of interest. One of name, htmlId or xpath is required.