Skip to content

Win Check

Type: win-check  ·  Package: Desktop Activities v1.0.0

Check or uncheck a checkbox or radio button in a desktop application. It guarantees the final state you want, without depending on how it was before.

Locates the control by its selector and takes it to the state indicated by state: checked checks it, unchecked unchecks it, toggle inverts the current state.

ParameterEditorDescription
selectorselectorThe option box or button.
ParameterEditorDescription
sessionsessionWin Attach session. If omitted, the selector must include the window.
statelistEstado deseado: checked (def.) · unchecked · toggle (invierte).
timeoutnumberMaximum in ms to wait. By default 30000.
Win Check selector = (casilla "Acepto términos") // marcar
Win Check selector = (casilla "Recibir correos") state = unchecked // desmarcar