Skip to content

Commit 68ffc4b

Browse files
aslushnikovpavelfeldman
authored andcommitted
chore: roll Playwright to tot (microsoft#522)
1 parent f388fb9 commit 68ffc4b

File tree

6 files changed

+147
-146
lines changed

6 files changed

+147
-146
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.8
23+
python-version: 3.9
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
66

77
| | Linux | macOS | Windows |
88
| :--- | :---: | :---: | :---: |
9-
| Chromium <!-- GEN:chromium-version -->90.0.4412.0<!-- GEN:stop --> ||||
9+
| Chromium <!-- GEN:chromium-version -->90.0.4421.0<!-- GEN:stop --> ||||
1010
| WebKit <!-- GEN:webkit-version -->14.1<!-- GEN:stop --> ||||
11-
| Firefox <!-- GEN:firefox-version -->86.0b9<!-- GEN:stop --> ||||
11+
| Firefox <!-- GEN:firefox-version -->86.0b10<!-- GEN:stop --> ||||
1212

1313
Headless execution is supported for all browsers on all platforms.
1414

0 commit comments

Comments
 (0)