Method: Selenium::WebDriver::ProfileHelper#to_json

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

#to_json(*args) ⇒ 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.


40
41
42
# File 'lib/selenium/webdriver/common/profile_helper.rb', line 40

def to_json(*args)
  WebDriver.json_dump as_json
end