File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,41 @@ String.
65
65
66
66
Type: ` Object `
67
67
68
+ Default: ` null `
69
+
68
70
#### debug
69
71
70
- Type: ` Boolean ` Default: ` false `
72
+ Type: ` Boolean `
73
+
74
+ Default: ` false `
71
75
72
76
Set to ` true ` if you want a Chromium window to open as it works to get all the
73
77
CSS from the page.
74
78
75
79
#### waitUntil
76
80
77
- Type: ` String ` Default: ` networkidle2 `
81
+ Type: ` String `
82
+
83
+ Default: ` networkidle2 `
78
84
79
85
Can be any value as provided by the
80
86
[ Puppeteer docs] ( https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagegotourl-options ) .
81
87
88
+ #### browserOverride
89
+
90
+ Type: ` Object `
91
+
92
+ Default: ` null `
93
+
94
+ An object consisting of the following fields:
95
+
96
+ - ` executablePath ` : the path to a Chromium binary
97
+ - ` puppeteer ` : a Puppeteer instance
98
+ - ` args ` : arguments to start Chromium with
99
+
100
+ See the ` test ` directory for implementation examples. This option exists
101
+ primarily for use with [ extract-css.now.sh] ( https://extract-css.now.sh )
102
+
82
103
## Related
83
104
84
105
- [ extract-css lambda] ( https://github.com/bartveneman/extract-css ) - Extract CSS
You can’t perform that action at this time.
0 commit comments