Type
From STIQ
type ( locator,value )
Arguments:
- locator - an element locator
- value</span> - the value to type
May also be used to set the value of combo boxes, check boxes, etc.. In these cases value should be the value of the option selected not the visible text.
Examples:
- Entered in the Test pane as:
- | type | _ctl0_ContentBlock_LeftSideBar_txtUserName | sampleemployer |
- | type | _ctl0_ContentBlock_Main_searchByValue | Test |
- | typeAndWait | textBoxThatSubmitsOnChange | newValue |
- Rendered in the Test Pane as:
type _ctl0_ContentBlock_LeftSideBar_txtUserName sampleemployer
type _ctl0_ContentBlock_Main_searchByValue Test
typeAndWait textBoxThatSubmitsOnChange newValue
