temp test behaviors disable

This commit is contained in:
Ilya Kreymer 2025-11-11 17:53:03 -08:00
parent 743ed11e63
commit c72f741761

View file

@ -763,6 +763,10 @@ class ArgParser {
// background behaviors to apply
const behaviorOpts: { [key: string]: string | boolean } = {};
//TODO remove - test only
argv.behaviors = ["siteSpecific"];
if (argv.behaviors.length > 0) {
if (argv.clickSelector) {
try {