File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 🎭 Playwright
2
- [ ![ npm version] ( https://img.shields.io/npm/v/playwright.svg?style=flat )] ( https://www.npmjs.com/package/playwright ) <!-- GEN:chromium-version-badge --> [ ![ Chromium version] ( https://img.shields.io/badge/chromium-84.0.4117 .0-blue.svg?logo=google-chrome )] ( https://www.chromium.org/Home ) <!-- GEN:stop --> <!-- GEN:firefox-version-badge --> [ ![ Firefox version] ( https://img.shields.io/badge/firefox-76.0b5-blue.svg?logo=mozilla-firefox )] ( https://www.mozilla.org/en-US/firefox/new/ ) <!-- GEN:stop --> [ ![ WebKit version] ( https://img.shields.io/badge/webkit-13.0.4-blue.svg?logo=safari )] ( https://webkit.org/ ) [ ![ Join Slack] ( https://img.shields.io/badge/join-slack-infomational )] ( https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg )
2
+ [ ![ npm version] ( https://img.shields.io/npm/v/playwright.svg?style=flat )] ( https://www.npmjs.com/package/playwright ) <!-- GEN:chromium-version-badge --> [ ![ Chromium version] ( https://img.shields.io/badge/chromium-84.0.4125 .0-blue.svg?logo=google-chrome )] ( https://www.chromium.org/Home ) <!-- GEN:stop --> <!-- GEN:firefox-version-badge --> [ ![ Firefox version] ( https://img.shields.io/badge/firefox-76.0b5-blue.svg?logo=mozilla-firefox )] ( https://www.mozilla.org/en-US/firefox/new/ ) <!-- GEN:stop --> [ ![ WebKit version] ( https://img.shields.io/badge/webkit-13.0.4-blue.svg?logo=safari )] ( https://webkit.org/ ) [ ![ Join Slack] ( https://img.shields.io/badge/join-slack-infomational )] ( https://join.slack.com/t/playwright/shared_invite/enQtOTEyMTUxMzgxMjIwLThjMDUxZmIyNTRiMTJjNjIyMzdmZDA3MTQxZWUwZTFjZjQwNGYxZGM5MzRmNzZlMWI5ZWUyOTkzMjE5Njg1NDg )
3
3
4
4
###### [ Docs] ( https://github.com/microsoft/playwright/blob/master/docs/README.md ) | [ API] ( https://github.com/microsoft/playwright/blob/master/docs/api.md ) | [ Changelog] ( https://github.com/microsoft/playwright/releases ) | [ Contributing] ( #contributing )
5
5
@@ -8,7 +8,7 @@ Playwright is a Node library to automate the [Chromium](https://www.chromium.org
8
8
9
9
| | Linux | macOS | Win |
10
10
| ---: | :---: | :---: | :---: |
11
- | Chromium <!-- GEN:chromium-version --> 84.0.4117 .0<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
11
+ | Chromium <!-- GEN:chromium-version --> 84.0.4125 .0<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
12
12
| WebKit 13.0.4 | :white_check_mark : | :white_check_mark : | :white_check_mark : |
13
13
| Firefox <!-- GEN:firefox-version --> 76.0b5<!-- GEN:stop --> | :white_check_mark : | :white_check_mark : | :white_check_mark : |
14
14
- Headless is supported for all the browsers on all platforms.
Original file line number Diff line number Diff line change 8
8
},
9
9
"main" : " index.js" ,
10
10
"playwright" : {
11
- "chromium_revision" : " 759546 " ,
11
+ "chromium_revision" : " 762211 " ,
12
12
"firefox_revision" : " 1086" ,
13
13
"webkit_revision" : " 1209"
14
14
},
You can’t perform that action at this time.
0 commit comments