Translations:WinDriver/10/en
Z Wiki
- click
- Target=Control (typically Button)
- getChecked
- Target=Control (typically Checkbox or Radiobutton)
- Output=State (0=unchecked, 1=checked)
- getCount
- Target=Control
- Output=Number of objects found
- getHandle
- Target=Control
- Output=Handle of the first object found
- getHandles
- Target=Control
- Output=Coma separated list of handles
- getText
- Target=Control
- Output=Text of object
- setChecked
- Target=Control (typically Checkbox or Radiobutton)
- Value=Desired state (0=unchecked, non-zero integer=checked)
- setText
- Target=Control
- Value=Text