test/monitor.js aktualisiert

This commit is contained in:
2025-04-19 02:53:56 +02:00
parent a7f0c3c381
commit 6bce024da3

View File

@@ -47,11 +47,7 @@ if (!USERNAME || !PASSWORD || !TOTP_SECRET) {
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
const browser = await chromium.launch({ headless: true });
const context = await browser.newContext({
proxy: {
server: 'http://igw-axsg.abxsec.com:8080'
}
});
const context = await browser.newContext({});
const page = await context.newPage();
console.log('✅ Login aufrufen');