Closed ghostwords closed 9 months ago
This is fixed by 2b83673393d0a02dfc9487b693d0884ee6732889.
Since browser
is now a positional/required argument, there is no longer a way to override browser
after it gets set in runscan.sh
.
Something like BROWSER=chrome ./runscan.sh firefox 500
will just error out immediately as it will get transformed into crawler.py chrome firefox 500
.
Seems to be a common footgun.