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");