Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/remote/bridge/commands.rbs
1990 views
module Selenium
  module WebDriver
    module Remote
      class Bridge
        COMMANDS: Hash[Symbol, Array[Symbol | String]]
      end
    end
  end
end