class RAutomation::Adapter::MsUia::Label
Public Instance Methods
exist?()
click to toggle source
Calls superclass method
RAutomation::Adapter::MsUia::Control#exist?
# File lib/rautomation/adapter/ms_uia/label.rb, line 8 def exist? super && matches_type?(Constants::UIA_TEXT_CONTROL_TYPE) end
Also aliased as: exists?