Method: Selenium::WebDriver::ProfileHelper#as_json

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

#as_json(opts = nil) ⇒ 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]

36
37
38
# File 'lib/selenium/webdriver/common/profile_helper.rb', line 36

def as_json(opts = nil)
  {'zip' => Zipper.zip(layout_on_disk)}
end