Method: Selenium::WebDriver::Remote::Bridge#driver_extensions

Defined in:
lib/selenium/webdriver/remote/bridge.rb

#driver_extensionsObject

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

[View source]

75
76
77
# File 'lib/selenium/webdriver/remote/bridge.rb', line 75

def driver_extensions
  [DriverExtensions::HasInputDevices, DriverExtensions::TakesScreenshot]
end