We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SeleniumHQ
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1fce8b7 commit b903231Copy full SHA for b903231
tests/build-backward-compatible/builder.py
@@ -29,7 +29,7 @@ def recursive_merge(dict1, dict2):
29
matrix = selenium_matrix["matrix"]
30
# Get versions from arguments
31
selenium_version = sys.argv[1]
32
- browser_version = int(sys.argv[2])
+ browser_version = sys.argv[2]
33
browser_name = sys.argv[3]
34
# Create .env with component versions
35
with open('.env', 'w') as f:
0 commit comments