Module: Selenium::WebDriver::Chrome::Features
- Includes:
- Selenium::WebDriver::Chromium::Features
- Included in:
- Remote::Bridge
- Defined in:
- sig/gems/selenium/chrome/features.rbs
Constant Summary collapse
- CHROME_COMMANDS =
- COMMANDS =
Constants included from Selenium::WebDriver::Chromium::Features
Selenium::WebDriver::Chromium::Features::CHROMIUM_COMMANDS
Instance Method Summary collapse
Methods included from Selenium::WebDriver::Chromium::Features
#available_log_types, #cast_issue_message, #cast_sink_to_use=, #cast_sinks, #delete_network_conditions, #launch_app, #log, #network_conditions, #network_conditions=, #send_command, #set_permission, #start_cast_desktop_mirroring, #start_cast_tab_mirroring, #stop_casting
Methods included from _Bridge
#bridge, #execute, #execute_async_script, #execute_script
Instance Method Details
#command_list ⇒ Hash[Symbol, Array[Symbol | String]]
10 |
# File 'sig/gems/selenium/chrome/features.rbs', line 10
def command_list: -> Hash[Symbol, Array[Symbol | String]]
|
#commands ⇒ Array[Symbol | String]
12 |
# File 'sig/gems/selenium/chrome/features.rbs', line 12
def commands: (Symbol command) -> Array[Symbol | String]
|