Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Playwrightはどのようにクロスブラウザをサポートしているのか

Avatar for nus3 nus3
September 21, 2025

 Playwrightはどのようにクロスブラウザをサポートしているのか

Avatar for nus3

nus3

September 21, 2025
Tweet

More Decks by nus3

Other Decks in Programming

Transcript

  1. Firefoxの場合 Playwright's Firefox version matches the recent Firefox Stable build.

    Playwright doesn't work with the branded version of Firefox since . it relies on patches Each version of Playwright needs specific versions of browser binaries to operate. You will need to use the Playwright CLI to install these browsers. Playwright CLIからインストールされるFirefoxのバイナリには Playwrightによって されている パッチが適用 Playwrightを動作させるためには特定バージョンのブラウザのバイナリが必要 事前にPlaywrightのCLIを使ってインストールする https://playwright.dev/docs/browsers#introduction https://playwright.dev/docs/browsers#firefox
  2. WebKitの場合 Playwright doesn't work with the branded version of Safari

    since . Instead, you can test using the most recent WebKit build. it relies on patches Firefoxと同様にPlaywright CLIからインストールされる WebKitのバイナリにはPlaywrightによって をが適用されている
 パッチ https://playwright.dev/docs/browsers#webkit