We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4bef9 commit f01e0b3Copy full SHA for f01e0b3
setup.py
@@ -23,7 +23,7 @@
23
import setuptools
24
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
25
26
-driver_version = "1.9.1-1614225150000"
+driver_version = "1.9.2"
27
28
29
with open("README.md", "r", encoding="utf-8") as fh:
@@ -55,7 +55,7 @@ def run(self) -> None:
55
for platform in ["mac", "linux", "win32", "win32_x64"]:
56
zip_file = f"playwright-{driver_version}-{platform}.zip"
57
if not os.path.exists("driver/" + zip_file):
58
- url = "https://playwright.azureedge.net/builds/driver/next/"
+ url = "https://playwright.azureedge.net/builds/driver/"
59
url = url + zip_file
60
print("Fetching ", url)
61
subprocess.check_call(
0 commit comments