We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134aa67 commit 8957fb5Copy full SHA for 8957fb5
scripts/update_cdp.py
@@ -147,8 +147,7 @@ def update_dotnet(chrome_milestone):
147
148
files = [
149
root_dir / "dotnet/selenium-dotnet-version.bzl",
150
- root_dir / "dotnet/src/webdriver/WebDriver.csproj.prebuild.cmd",
151
- root_dir / "dotnet/src/webdriver/WebDriver.csproj.prebuild.sh",
+ root_dir / "dotnet/src/webdriver/WebDriver.csproj",
152
root_dir / "dotnet/src/webdriver/DevTools/DevToolsDomains.cs",
153
]
154
for file in files:
0 commit comments