Path: blob/trunk/rb/sig/lib/selenium/webdriver/edge/features.rbs
4142 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