Skip to content

Commit

Permalink
feat(roll): roll Playwright to 1.12.0-1623185968000 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jun 8, 2021
1 parent 608bbb2 commit 7b920ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
| :--- | :---: | :---: | :---: |
| Chromium <!-- GEN:chromium-version -->93.0.4530.0<!-- GEN:stop --> ||||
| WebKit <!-- GEN:webkit-version -->14.2<!-- GEN:stop --> ||||
| Firefox <!-- GEN:firefox-version -->89.0b15<!-- GEN:stop --> ||||
| Firefox <!-- GEN:firefox-version -->89.0<!-- GEN:stop --> ||||

Headless execution is supported for all browsers on all platforms.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
InWheel = None
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand

driver_version = "1.12.0-next-1623050602000"
driver_version = "1.12.0-1623185968000"


def extractall(zip: zipfile.ZipFile, path: str) -> None:
Expand Down

0 comments on commit 7b920ea

Please sign in to comment.