Nexial Automation

Test Automation Platform for everyone!

X

web » checkAll(locator)

REMOVED - USE checkAll(locator,waitMs) INSTEAD.

Description

This command automates the “check” 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 checked, then no further action is executed upon such element.

Parameters

  • locator - the locator pointing to one or more Checkbox elements.

Example

See Also