File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 🎭 Playwright
22
3- [ ![ npm version] ( https://img.shields.io/npm/v/playwright.svg )] ( https://www.npmjs.com/package/playwright ) <!-- GEN:chromium-version-badge --> [ ![ Chromium version] ( https://img.shields.io/badge/chromium-151.0.7922.10-blue.svg?logo=google-chrome )] ( https://www.chromium.org/Home ) <!-- GEN:stop --> <!-- GEN:firefox-version-badge --> [ ![ Firefox version] ( https://img.shields.io/badge/firefox-151.0 -blue.svg?logo=firefoxbrowser )] ( https://www.mozilla.org/en-US/firefox/new/ ) <!-- GEN:stop --> <!-- GEN:webkit-version-badge --> [ ![ WebKit version] ( https://img.shields.io/badge/webkit-26.5-blue.svg?logo=safari )] ( https://webkit.org/ ) <!-- GEN:stop --> [ ![ Join Discord] ( https://img.shields.io/badge/join-discord-informational )] ( https://aka.ms/playwright/discord )
3+ [ ![ npm version] ( https://img.shields.io/npm/v/playwright.svg )] ( https://www.npmjs.com/package/playwright ) <!-- GEN:chromium-version-badge --> [ ![ Chromium version] ( https://img.shields.io/badge/chromium-151.0.7922.10-blue.svg?logo=google-chrome )] ( https://www.chromium.org/Home ) <!-- GEN:stop --> <!-- GEN:firefox-version-badge --> [ ![ Firefox version] ( https://img.shields.io/badge/firefox-152.0.4 -blue.svg?logo=firefoxbrowser )] ( https://www.mozilla.org/en-US/firefox/new/ ) <!-- GEN:stop --> <!-- GEN:webkit-version-badge --> [ ![ WebKit version] ( https://img.shields.io/badge/webkit-26.5-blue.svg?logo=safari )] ( https://webkit.org/ ) <!-- GEN:stop --> [ ![ Join Discord] ( https://img.shields.io/badge/join-discord-informational )] ( https://aka.ms/playwright/discord )
44
55## [ Documentation] ( https://playwright.dev ) | [ API reference] ( https://playwright.dev/docs/api/class-playwright )
66
@@ -298,7 +298,7 @@ The [Playwright VS Code extension](https://marketplace.visualstudio.com/items?it
298298| :--- | :---: | :---: | :---: |
299299| Chromium<sup >1</sup > <!-- GEN:chromium-version --> 151.0.7922.10<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
300300| WebKit <!-- GEN:webkit-version --> 26.5<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
301- | Firefox <!-- GEN:firefox-version --> 151.0 <!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
301+ | Firefox <!-- GEN:firefox-version --> 152.0.4 <!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
302302
303303Headless and headed execution on all platforms. <sup >1</sup > Uses [ Chrome for Testing] ( https://developer.chrome.com/blog/chrome-for-testing ) by default.
304304
Original file line number Diff line number Diff line change 26622662 "defaultBrowserType" : " chromium"
26632663 },
26642664 "Desktop Firefox HiDPI" : {
2665- "userAgent" : " Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0 ) Gecko/20100101 Firefox/151.0 " ,
2665+ "userAgent" : " Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0.4 ) Gecko/20100101 Firefox/152.0.4 " ,
26662666 "screen" : {
26672667 "width" : 1792 ,
26682668 "height" : 1120
27222722 "defaultBrowserType" : " chromium"
27232723 },
27242724 "Desktop Firefox" : {
2725- "userAgent" : " Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0 ) Gecko/20100101 Firefox/151.0 " ,
2725+ "userAgent" : " Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0.4 ) Gecko/20100101 Firefox/152.0.4 " ,
27262726 "screen" : {
27272727 "width" : 1920 ,
27282728 "height" : 1080
Original file line number Diff line number Diff line change 3131 },
3232 {
3333 "name" : " firefox" ,
34- "revision" : " 1533 " ,
34+ "revision" : " 1534 " ,
3535 "installByDefault" : true ,
36- "browserVersion" : " 151.0 " ,
36+ "browserVersion" : " 152.0.4 " ,
3737 "title" : " Firefox"
3838 },
3939 {
You can’t perform that action at this time.
0 commit comments