Compare commits
No commits in common. "304a4f8425fcaee46cfc24deed3f20e0ea202131" and "ab1a45730d335cd33f247d952f0c22dbf422a7ce" have entirely different histories.
304a4f8425
...
ab1a45730d
2 changed files with 1 additions and 4 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("parsifalove");
|
||||
await page.locator("#enter_room_field").fill("parsifal-parsifal-parsifal");
|
||||
await page.locator("#enter_room_button").click();
|
||||
|
||||
await page.waitForSelector("body");
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"scripts": {
|
||||
"start": "tsx index.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"puppeteer": "^23.3.0",
|
||||
"tsx": "^4.19.1"
|
||||
|
|
Loading…
Reference in a new issue