From 021cb4a00f134e4b42870fe468cbe4d3ce75094e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 17 Sep 2024 20:47:10 +0200 Subject: [PATCH] update room url --- index.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mts b/index.mts index 17a3795..9aea0e6 100644 --- a/index.mts +++ b/index.mts @@ -10,7 +10,7 @@ const page = await browser .pages() .then((pages) => pages[0] || browser.newPage()); await page.goto("https://meet.vpsfree.cz"); -await page.locator("#enter_room_field").fill("parsifal-parsifal-parsifal"); +await page.locator("#enter_room_field").fill("parsifalove"); await page.locator("#enter_room_button").click(); await page.waitForSelector("body");