|
| 1 | +v3.5.3 |
| 2 | +====== |
| 3 | + |
| 4 | +Important note: |
| 5 | + |
| 6 | +* The new standalone server and Grid Node feature a "pass through" |
| 7 | + mode. If you see changes to the Selenium WebDriver "logging" APIs or |
| 8 | + automatic capture of screenshots on error (or if you want the old |
| 9 | + behaviour back) you can do so by executing: |
| 10 | + |
| 11 | + `java -jar selenium-server-standalone-3.5.3.jar -enablePassThrough false` |
| 12 | + |
| 13 | +* Allow user-provided DriverProviders to override default providers in |
| 14 | + passthrough mode. |
| 15 | +* Fixes issue with W3C Actions not being properly filled when multiple |
| 16 | + input sources are used. |
| 17 | +* Handle null return values from chromedriver. Fixes #4555 |
| 18 | +* Synchronized "platform" and "platformName" capability values. Fixes #4565 |
| 19 | +* Add iOS `Platform`. |
| 20 | +* Fix wrapping of maps with null values. Fixes #3380 |
| 21 | +* Grid: Add new w3c compatible `status` endpoints for Hub and nodes. |
| 22 | +* Grid: Properly parse responses from upstream nodes that are not |
| 23 | + 200. Fixes issue where `NoSuchElementException` was mistaken for a |
| 24 | + `NoSuchSessionException`. |
| 25 | +* Grid: Handle re-encoding issue when transferring text from the |
| 26 | + endpoint node to the local end. |
| 27 | + |
| 28 | + |
1 | 29 | v3.5.2
|
2 | 30 | ======
|
3 | 31 |
|
| 32 | +Important note: |
| 33 | + |
| 34 | +* The new standalone server and Grid Node feature a "pass through" |
| 35 | + mode. If you see changes to the Selenium WebDriver "logging" APIs or |
| 36 | + automatic capture of screenshots on error (or if you want the old |
| 37 | + behaviour back) you can do so by executing: |
| 38 | + |
| 39 | + `java -jar selenium-server-standalone-3.5.2.jar -enablePassThrough false` |
| 40 | + |
4 | 41 | * Avoid encoding numbers as floats rather then longs in JSON payloads.
|
5 | 42 | * New "pass through" mode supports file uploads again.
|
6 | 43 | * Added support for querying running sessions via the
|
|
0 commit comments