Sha256: e59ca50881989057b3fbf6125f7471ca16c6d034e9f1ca5a6e12ffb902e1b302

Contents?: true

Size: 368 Bytes

Versions: 1

Compression:

Stored size: 368 Bytes

Contents

module RAutomation
  module Adapter
    module WinFfi
      class Checkbox < Control
        include WaitHelper
        include Locators
        include ButtonHelper


        def exist?
          @locators[:id].nil? ? super : super && matches_type(Constants::UIA_CHECKBOX_CONTROL_TYPE)
        end

        alias_method :exists?, :exist?

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdp-rautomation-0.6.3.1 lib/rautomation/adapter/win_ffi/checkbox.rb