You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/src/webdriver/cdp/README.md
+17-13
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#Adding support for a new version of Chromium DevTools Protocol to the .NET bindings
1
+
### Adding support for a new version of Chromium DevTools Protocol to the .NET bindings
2
2
3
3
To add support for a new version of the Chromium DevTools Protocol to the .NET bindings,
4
4
perform the following steps, where `<N>` is the major version of the protocol:
@@ -16,25 +16,29 @@ add an entry for version `<N>` to the `SupportedDevToolsVersions` dictionary ini
16
16
6. In [`//dotnet/src/webdriver:WebDriver.csproj.prebuild.cmd`](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/WebDriver.csproj.prebuild.cmd),
17
17
add the following block (substituting the proper value for `<N>`):
18
18
19
-
if not exist "%1..\..\..\bazel-bin\dotnet\src\webdriver\cdp\v<N>\DevToolsSessionDomains.cs" (
7. In [`//dotnet/src/webdriver:WebDriver.csproj.prebuild.sh`](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/WebDriver.csproj.prebuild.sh),
27
29
add the following block (substituting the proper value for `<N>`):
28
30
29
-
if [[ ! -f "$1../../../bazel-bin/dotnet/src/webdriver/cdp/v<N>/DevToolsSessionDomains.cs" ]]
0 commit comments