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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ contents of the `//dotnet/src/webdriver/DevTools/v<N-1>` directory into it.
10
10
3. Rename each of the `*.cs` files in `//dotnet/src/webdriver/DevTools/v<N>` so that
11
11
the file names start with `V<N>` instead of `V<N-1>`.
12
12
4. In each of the `*.cs` files in `//dotnet/src/webdriver/DevTools/v<N>`, update all
13
-
occurances of `V<N-1>` to `V<N>`. **IMPORTANT:** Do _not_ change the case of `V<N>` in
13
+
occurrences of `V<N-1>` to `V<N>`. **IMPORTANT:** Do _not_ change the case of `V<N>` in
14
14
each `.cs` file.
15
15
5. In [`//dotnet/src/webdriver/DevTools/DevToolsDomains.cs`](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/DevTools/DevToolsDomains.cs),
16
16
add an entry for version `<N>` to the `SupportedDevToolsVersions` dictionary initialization.
@@ -37,7 +37,9 @@ then
37
37
fi
38
38
```
39
39
40
-
8. Commit the changes.
40
+
8. In each of the `*.cs` files in `//dotnet/test/common/DevTools/`, update all
41
+
occurrences of `V<N-1>` to `V<N>`.
42
+
9. Commit the changes.
41
43
42
44
### Removing support for a version of Chromium DevTools Protocol from the .NET bindings
0 commit comments