| 1 | import { firefox } from 'playwright-firefox'; // stealth plugin needs no outdated playwright-extra |
| 2 | import { datetime, filenamify, prompt, handleSIGINT, stealth } from './src/util.js'; |
| 3 | import { cfg } from './src/config.js'; |
| 4 |
nothing calls this directly
no test coverage detected