Class: Selenium::WebDriver::Chromium::Driver Private

Inherits:
WebDriver::Driver
  • Object
show all
Defined in:
lib/selenium/webdriver/chromium/driver.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Driver implementation for Chrome.

Constant Summary collapse

EXTENSIONS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

[DriverExtensions::HasCDP,
DriverExtensions::HasBiDi,
DriverExtensions::HasCasting,
DriverExtensions::HasFedCmDialog,
DriverExtensions::HasNetworkConditions,
DriverExtensions::HasNetworkInterception,
DriverExtensions::HasLaunching,
DriverExtensions::HasPermissions,
DriverExtensions::DownloadsFiles,
DriverExtensions::HasDevTools,
DriverExtensions::HasAuthentication,
DriverExtensions::HasLogs,
DriverExtensions::HasLogEvents,
DriverExtensions::HasPinnedScripts,
DriverExtensions::PrintsPage].freeze