Online Dev Tools์ถ์ฒ: Mozilla Hacks์กฐํ์ 9
Puppeteer Support for the Cross-Browser WebDriver BiDi Standard
By James Graham2023๋
12์ 13์ผ
**Puppeteer Support for the Cross-Browser WebDriver BiDi Standard**
We are pleased to share that Puppeteer now supports the next-generation, cross-browser WebDriver BiDi standard. This new protocol makes it easy for web developers to write automated tests that work across multiple browser engines. How Do I Use Puppeteer With Firefox. The WebDriver BiDi protocol is supported starting with Puppeteer v21.6.0. When calling puppeteer.launch pass in "firefox" as the product option, and "webDriverBiDi" as the protocol option: const browser = await puppeteer.launch({ product: 'firefox', protocol: 'webDriverBiDi', }) You can also use the "webDriverBiDi" protocol when testing in Chrome, reflecting the fact that WebDriver BiDi offers a single standard for modern cross-browser automation...
---
**[devsupporter ํด์ค]**
์ด ๊ธฐ์ฌ๋ Mozilla Hacks์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
We are pleased to share that Puppeteer now supports the next-generation, cross-browser WebDriver BiDi standard. This new protocol makes it easy for web developers to write automated tests that work across multiple browser engines. How Do I Use Puppeteer With Firefox. The WebDriver BiDi protocol is supported starting with Puppeteer v21.6.0. When calling puppeteer.launch pass in "firefox" as the product option, and "webDriverBiDi" as the protocol option: const browser = await puppeteer.launch({ product: 'firefox', protocol: 'webDriverBiDi', }) You can also use the "webDriverBiDi" protocol when testing in Chrome, reflecting the fact that WebDriver BiDi offers a single standard for modern cross-browser automation...
---
**[devsupporter ํด์ค]**
์ด ๊ธฐ์ฌ๋ Mozilla Hacks์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
