Skip to content

Commit f0216c4

Browse files
committed
[py] Fix selenium-manager binary location
This build was incorrectly migrated in #14837 as selenium-manager is expected to be in the selenium/webdriver/common library path rather than a binary named selenium.webdriver.common.selenium-manager installed in the script path.
1 parent 0c9f59f commit f0216c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ exclude = ["test*"]
5050
namespaces = true
5151
# include-package-data is `true` by default in pyproject.toml
5252

53-
[[tool.setuptools-rust.bins]]
53+
[[tool.setuptools-rust.ext-modules]]
5454
target = "selenium.webdriver.common.selenium-manager"
55+
binding = "Exec"
5556

5657
[tool.setuptools.package-data]
5758
"*" = [

0 commit comments

Comments
 (0)