web » uncheckAll(locator)
REMOVED - USE uncheckAll(locator,waitMs)
INSTEAD.
Description
This command automates the “uncheck” of all
CheckBox
elements matching to the specified locator
. If the locator
does not resolve to a valid Checkbox element, or if the
resolved Checkbox element is not valid, or if the resolve Checkbox element is already unchecked, then no further action
is executed upon such element.
Parameters
- locator - the locator pointing to one or more Checkbox elements.