Invalid state for action: state
Explanation
The state of the checkbox is indeterminate. The clicktostate
operation to click the checkbox did not change the state of the checkbox.
The state checkbox state must be defined for playback
to continue. The state of the checkbox is not SELECTED or NOT_SELECTED or
if its a radio button,, the state is not selected.
User response
Specify a valid state and run the script again. Set
the state using the setState() function.