Class: Puppeteer::BrowserFetcher
- Inherits:
- 
      Object
      
        - Object
- Puppeteer::BrowserFetcher
 
- Defined in:
- lib/puppeteer/browser_fetcher.rb
Overview
Download latest chromium.
Instance Method Summary collapse
- 
  
    
      #initialize(project_root, options = {})  ⇒ BrowserFetcher 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BrowserFetcher. 
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, = {}) # 未実装 end |