Select
From STIQ
select ( selectLocator,optionLocator )
Arguments:
- selectLocator - an element locator identifying a drop-down menu
- optionLocator - an option locator (a label by default)
- If no option locator prefix is provided, the default behaviour is to match on label.
Examples:
- Entered in the Test pane as:
- | select | _ctl0_ContentBlock_Main_BeneficiaryEdit1_cboDivisionID | QE Division |
- | selectAndWait | _ctl0_ContentBlock_Main_CoverageEdit1_cboCarrierID | Carrier2 |
- Rendered in the Test Pane as:
select _ctl0_ContentBlock_Main_BeneficiaryEdit1_cboDivisionID QE Division
selectAndWait _ctl0_ContentBlock_Main_CoverageEdit1_cboCarrierID Carrier2
