Class: Puppeteer::BrowserFetcher

Inherits:
Object
  • Object
show all
Defined in:
lib/puppeteer/browser_fetcher.rb

Overview

Download latest chromium.

Instance Method Summary collapse

Constructor Details

#initialize(project_root, options = {}) ⇒ BrowserFetcher

Returns a new instance of BrowserFetcher.



3
4
5
# File 'lib/puppeteer/browser_fetcher.rb', line 3

def initialize(project_root, options = {})
  # 未実装
end