Value
From STIQ
storeValue ( locator, variableName )
- assertValue ( locator, pattern )
- assertNotValue ( locator, pattern )
- verifyValue ( locator, pattern )
- verifyNotValue ( locator, pattern )
- waitForValue ( locator, pattern )
- waitForNotValue ( locator, pattern )
Arguments:
- locator - an element locator
- variableName - the name of a variable in which the result is to be stored.
Returns:
- The element value of an input field. For checkbox/radio elements, the value will be "on" or "off" depending on whether the element is checked or not.
