const browser = await firefox.launch(); const page = await browser.newPage(); await page.goto('https://example.com'); await browser.close();
確定! 回上一頁