{"action":"run","name":"combos","code":"async (page) => { await page.setCookie(...require(\"fs\").readFileSync(\"/tmp/9r-cookies.txt\",\"utf8\").split(\"\\n\").filter(l=>!l.startsWith(\"#\")&&l.trim()).map(l=>{const p=l.split(\"\\t\"); return {name:p[5], value:p[6], domain:\"localhost\", path:\"/\"};})); await page.goto(\"http://localhost:20128/dashboard/combos\", {waitUntil:\"networkidle0\"}); return await page.evaluate(()=>document.body.innerText.substring(0,1500)); }","i":"load combos with auth"}