Skip to content

Commit f01e0b3

Browse files
authored
chore: roll driver to 1.9.2 (microsoft#562)
1 parent 0d4bef9 commit f01e0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import setuptools
2424
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
2525

26-
driver_version = "1.9.1-1614225150000"
26+
driver_version = "1.9.2"
2727

2828

2929
with open("README.md", "r", encoding="utf-8") as fh:
@@ -55,7 +55,7 @@ def run(self) -> None:
5555
for platform in ["mac", "linux", "win32", "win32_x64"]:
5656
zip_file = f"playwright-{driver_version}-{platform}.zip"
5757
if not os.path.exists("driver/" + zip_file):
58-
url = "https://playwright.azureedge.net/builds/driver/next/"
58+
url = "https://playwright.azureedge.net/builds/driver/"
5959
url = url + zip_file
6060
print("Fetching ", url)
6161
subprocess.check_call(

0 commit comments

Comments
 (0)