Skip to content

Commit 412b03a

Browse files
sanders41bidoubiwa
andauthored
Update to js_render instructions
Co-authored-by: cvermand <[email protected]>
1 parent 73e8503 commit 412b03a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,11 @@ If used, `min_indexed_level` is ignored.
464464

465465
#### `js_render` (optional)
466466

467-
When `js_render` is set to `true`, The scraper will use ChromeDriver. This is needed for pages that are rendered with JavaScript, for example pages generated with React or Vue. The default value is false.
467+
When `js_render` is set to `true`, The scraper will use ChromeDriver. This is needed for pages that are rendered with JavaScript, for example pages generated with React, Vue, or applications that are running in development mode: `autoreload` `watch`.
468+
469+
After installing ChromeDriver, provide the path to the bin using the following environment variable `CHROMEDRIVER_PATH` (default value is `/usr/bin/chromedriver`.
470+
471+
The default value of `js_render` is `false`.
468472

469473
```json
470474
{

0 commit comments

Comments
 (0)