|
| 1 | +v4.0.0a5 |
| 2 | +======== |
| 3 | + * Fixed Bazel build process to create correct assemblies. |
| 4 | + * (on behalf of Maciej Pakulski) Updated MakeHttpRequest to use TaskFactory |
| 5 | + for async tasks. MakeHttpRequest is an async method which is called in |
| 6 | + synchronous way. In order to avoid a deadlock (for example, when run |
| 7 | + using XUnit), we create a new task to run the async method. Fixes issue |
| 8 | + #7916. |
| 9 | + * Removed is operator in preference to as operator. |
| 10 | + * (on behalf of Jordan Mace) Added equals override to EventFiringWebElement. |
| 11 | + * (on behalf of Jordan Mace) Fixed binding spec compliance for ErrorResponse. |
| 12 | + * Added SameSite cookie information to .NET cookie handling. |
| 13 | + * (on behalf of Brandon Walderman) Updated to use a capability to switch |
| 14 | + engines for EdgeOptions and EdgeDriverService |
| 15 | + * Re-added Firefox preferences json file for legacy anonymous profile |
| 16 | + creation. |
| 17 | + * (on behalf of Rami) Fixed typos in documentation strings and error |
| 18 | + message text for EdgeDriverService. Fixes issue #8098. |
| 19 | + * (on behalf of Jordan Mace) Updated to perform null check when calling |
| 20 | + Start on DriverService. Fixes issue #8074. |
| 21 | + * (on behalf of Mandar J Kulkarni) Fixed method documentation for |
| 22 | + RemoteWindow.Maximize. |
| 23 | + * (on behalf of "trademark18") Fixed comments for Safari referencing. |
| 24 | + Chrome. |
| 25 | + * (on behalf of Brandon Walderman) Removed vendor-specific names from |
| 26 | + ChromiumOptions base class. This makes the base ChromiumOptions class |
| 27 | + vendor-neutral, and also allows a custom browser name when using the |
| 28 | + EdgeOptions class. |
| 29 | + * (on behalf of Scott Sauber) Fix typo in summary documentation comment |
| 30 | + of down keys |
| 31 | + |
1 | 32 | v4.0.0a4
|
2 | 33 | ========
|
3 | 34 | * (on behalf of Jan Trejbal) Fixed WebSocket message handler. This
|
|
0 commit comments