← back to Sublease Agentabrams
auto-save: 2026-07-21T14:38:01 (1 files) — tmp-shot-tx.js
7b74ac2704a096bc9492abbca45e36f4043ca100 · 2026-07-21 14:38:02 -0700 · Steve Abrams
Files touched
Diff
commit 7b74ac2704a096bc9492abbca45e36f4043ca100
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 21 14:38:02 2026 -0700
auto-save: 2026-07-21T14:38:01 (1 files) — tmp-shot-tx.js
---
tmp-shot-tx.js | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/tmp-shot-tx.js b/tmp-shot-tx.js
new file mode 100644
index 0000000..63b3db0
--- /dev/null
+++ b/tmp-shot-tx.js
@@ -0,0 +1,16 @@
+const { chromium } = require('playwright-core');
+(async () => {
+ const b = await chromium.launch();
+ const ctx = await b.newContext({ httpCredentials:{username:'admin',password:'DW2024!'}, viewport:{width:1400,height:1000} });
+ const p = await ctx.newPage();
+ await p.goto('https://sublease-admin.agentabrams.com/', { waitUntil:'networkidle', timeout:45000 });
+ await p.waitForTimeout(2500);
+ await p.evaluate(()=>document.querySelector('#brokers').scrollIntoView());
+ await p.waitForTimeout(800);
+ // pick a state to show national coverage
+ await p.selectOption("#bstate","TX").catch(()=>{});
+ await p.waitForTimeout(1500);
+ await p.evaluate(()=>document.querySelector('#brokers').scrollIntoView());
+ await p.screenshot({ path:'tmp-brokers.png' });
+ await b.close();
+})();
← b34c559 Broker contact enrichment: profile_url (Crexi contact path)
·
back to Sublease Agentabrams
·
(newest)