mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
hard-code autoclick for now
This commit is contained in:
parent
3f887e9622
commit
34f515b67d
1 changed files with 2 additions and 0 deletions
|
@ -708,6 +708,8 @@ class ArgParser {
|
|||
argv.behaviors.forEach((x: string) => (behaviorOpts[x] = true));
|
||||
behaviorOpts.log = BEHAVIOR_LOG_FUNC;
|
||||
behaviorOpts.startEarly = true;
|
||||
// for now, always enable autoclick
|
||||
behaviorOpts.autoclick = true;
|
||||
argv.behaviorOpts = JSON.stringify(behaviorOpts);
|
||||
} else {
|
||||
argv.behaviorOpts = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue