Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/ie/features.rbs
1865 views
module Selenium
  module WebDriver
    module IE
      module Features
        COMMANDS: untyped

        def command_list: () -> untyped

        def commands: (untyped command) -> untyped
      end
    end
  end
end