mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
default to true for testing
This commit is contained in:
parent
38d7f1b4d7
commit
5db000bdf1
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class ArgParser {
|
|||
describe:
|
||||
"If set, will generate DOM snapshots of HTML after page load",
|
||||
type: "boolean",
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
|
||||
driver: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue