class RAutomation::Adapter::MsUia::Checkbox
Public Instance Methods
exist?()
click to toggle source
Calls superclass method
# File lib/rautomation/adapter/ms_uia/checkbox.rb, line 9 def exist? super && matches_type?(Constants::UIA_CHECKBOX_CONTROL_TYPE) end
Also aliased as: exists?
set?()
click to toggle source
# File lib/rautomation/adapter/ms_uia/checkbox.rb, line 13 def set? UiaDll::is_set(search_information) end