Class: RAutomation::Adapter::Win32::Checkbox

Inherits:
Control
  • Object
show all
Includes:
ButtonHelper, WaitHelper
Defined in:
lib/rautomation/adapter/win_32/checkbox.rb

Constant Summary collapse

DEFAULT_LOCATORS =
{:class => /button/i}

Method Summary

Methods included from ButtonHelper

#clear, #set, #set?

Methods inherited from Control

#class_name, #click, #disabled?, #enabled?, #exist?, #focus, #focused?, #hwnd, #initialize, #value

Constructor Details

This class inherits a constructor from RAutomation::Adapter::Win32::Control