test/monitor.js aktualisiert
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user