Method: Selenium::WebDriver::ProfileHelper.included

Defined in:
lib/selenium/webdriver/common/profile_helper.rb

.included(base) ⇒ Object

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]

32
33
34
# File 'lib/selenium/webdriver/common/profile_helper.rb', line 32

def self.included(base)
  base.extend ClassMethods
end