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

        EDGE_COMMANDS: Hash[Symbol, Array[Symbol | String]]

        COMMANDS: untyped

        def command_list: -> untyped

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