class RAutomation::Adapter::MsUia::Label

Public Instance Methods

exist?() click to toggle source
# 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?
exists?()
Alias for: exist?