[object Object]

← back to Sublease Agentabrams

auto-save: 2026-07-20T14:02:31 (1 files) — tmp-shot-local.js

1d15a502d7873bd987c0aa4a2b9d45a4105d8353 · 2026-07-20 14:02:32 -0700 · Steve Abrams

Files touched

Diff

commit 1d15a502d7873bd987c0aa4a2b9d45a4105d8353
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 20 14:02:32 2026 -0700

    auto-save: 2026-07-20T14:02:31 (1 files) — tmp-shot-local.js
---
 tmp-shot-local.js | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tmp-shot-local.js b/tmp-shot-local.js
new file mode 100644
index 0000000..5b92e46
--- /dev/null
+++ b/tmp-shot-local.js
@@ -0,0 +1,12 @@
+const { chromium } = require('playwright-core');
+(async () => {
+  const b = await chromium.launch();
+  const ctx = await b.newContext({ httpCredentials:{username:'Boomer',password:'Sublease2024!'}, viewport:{width:1440,height:1650} });
+  const p = await ctx.newPage();
+  const errs=[]; p.on('console',m=>{if(m.type()==='error')errs.push(m.text())}); p.on('pageerror',e=>errs.push('PAGEERR '+e.message));
+  await p.goto('http://localhost:9721/', { waitUntil:'networkidle', timeout:40000 });
+  await p.waitForTimeout(2500);
+  await p.screenshot({ path:'tmp-local.png' });
+  console.log('JS errors:', errs.length? errs.slice(0,5).join(' | ') : 'none');
+  await b.close();
+})();

← 0669d4c Map marker clustering (leaflet.markercluster) — handles the  ·  back to Sublease Agentabrams  ·  Claim-your-profile: brokers claim their page + submit info ( e16ef94 →