|
| 1 | +v4.0.0rc2 |
| 2 | +========= |
| 3 | + |
| 4 | + * Fix TouchActions Flick overload |
| 5 | + * Fixing doc string for Network Conditions methods |
| 6 | + * Adding support for Firefox and Chromium Android options |
| 7 | + * Coercing return type of GetCastSinks() to proper datatype |
| 8 | + * implement ability to open Safari inspector |
| 9 | + * implement getting and setting permissions on Safari |
| 10 | + * implement getting the context of Firefox commands |
| 11 | + * implement ability for Chrome and Edge to set applicable permissions on browser |
| 12 | + * implement ability to launch chromium application |
| 13 | + * implement chrome and edge support for casting to devices |
| 14 | + * Add --websocket-port command line argument for geckodriver |
| 15 | + * Restore ability to add headers to WebDriver HTTP commands |
| 16 | + * Move UserAgent class to main namespace |
| 17 | + * mark deprecated chromedriver commands as obsolete and implement new preferred command |
| 18 | + * Add version-independent method for overriding user agent via CDP |
| 19 | + * Add Bidi-compliant webSocketUrl capability |
| 20 | + * Make CDP sessions autodetect close of initial attached target |
| 21 | + * Update supported version of CDP to 94, remove 92 |
| 22 | + * Rename TerminateDevToolsSession to ResetDevToolsSession |
| 23 | + * Add ability to disconnect a CDP session |
| 24 | + * Add transformation for network responses via CDP |
| 25 | + |
1 | 26 | v4.0.0rc1
|
2 | 27 | =========
|
3 | 28 | * Set available versions of Chrome DevTools Protocol to 85, 92, and 93.
|
@@ -2204,3 +2229,4 @@ v2.2.0
|
2204 | 2229 | through the IDE or through the command line will now produce signed
|
2205 | 2230 | assemblies.
|
2206 | 2231 | * Updating .NET bindings JSON.NET from 3.5 to 4.0.
|
| 2232 | + |
0 commit comments