File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ You can see full list of differences in [Fossbytes article](https://fossbytes.co
1010
1111## Requirements  
1212` node-chromium 2.x.x `  is tested against and supports Node.js 7+  
13- If you need to use older versions of Node.js try ` node-chromium 1.x.x `  versions .
13+ If you need to use older versions of Node.js try ` node-chromium 1.x.x `  releases .
1414
1515## Usage  
1616Depending on your needs, you can install module into ** devDependencies**  (` --save-dev ` ) or production ** dependencies**  (` --save ` )
@@ -48,7 +48,6 @@ const chromium = require('chromium');
4848require (' chromedriver' 
4949
5050async  function  start () {
51- 
5251    let  options =  new  chrome.Options ();
5352    options .setChromeBinaryPath (chromium .path );
5453    options .addArguments (' --headless' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments