Compare commits
2 commits
ab1a45730d
...
304a4f8425
Author | SHA1 | Date | |
---|---|---|---|
304a4f8425 | |||
021cb4a00f |
2 changed files with 4 additions and 1 deletions
|
@ -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");
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"start": "tsx index.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"puppeteer": "^23.3.0",
|
||||
"tsx": "^4.19.1"
|
||||
|
|
Loading…
Reference in a new issue