Type

From STIQ

Jump to: navigation, search

type ( locator,value )


Arguments:


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
Personal tools
Noteworthy