Checked
From STIQ
storeChecked ( locator, variableName )
- assertChecked ( locator )
- assertNotChecked ( locator )
- verifyChecked ( locator )
- verifyNotChecked ( locator )
- waitForChecked ( locator )
- waitForNotChecked ( locator )
Arguments:
- locator - an element locator pointing to a checkbox or radio button
- variableName - the name of a variable in which the result is to be stored.
Returns:
- True if the checkbox is checked, otherwise false.
Fails if the specified element doesn't exist or isn't a toggle-button.
