Skip to content

Commit 5f77934

Browse files
committed
Updating change logs for 4.11.0
1 parent a6405d4 commit 5f77934

File tree

6 files changed

+117
-3
lines changed

6 files changed

+117
-3
lines changed

cpp/iedriverserver/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ available via the project downloads page. Changes in "revision" field indicate
99
private releases checked into the prebuilts directory of the source tree, but
1010
not made generally available on the downloads page.
1111

12+
v4.11.0.0
13+
========
14+
* Ignore process id match when finding the window handle - IE Mode on Edge. (#12246)
15+
1216
v4.8.1.0
1317
========
1418
* Update atoms (Use .textContent instead of .innerHTML in clear() action (#11504))

dotnet/CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v4.11.0
2+
======
3+
* Add CDP files for v115 and remove v112
4+
* Improving .NET API docs
5+
* Implementation of event wrapped shadow root element (#12073)
6+
* Include generation of support project (#12193)
7+
* Make WebDriver.csproj file more friendly with native pack command (#12235)
8+
* Adding ignore process match for IE Mode across bindings (#12279)
9+
* netcoreapp3.1 is deprecated
10+
* Allow setting a different pointer, keyboard, or wheel on input device (#11513)
11+
* Add move to location method to Actions (#11509)
12+
* Add support for Safari Technology Preview (#12342)
13+
* Use Selenium Manager to locate drivers on PATH (#12344)
14+
* Allow running tests with Edge
15+
* Add browser output from selenium manager to options (#12405)
16+
* Fix error when we send non-base64 data for fetch command (#12431)
17+
* Fix continueResponse method in CDP (#12445)
18+
19+
120
v4.10.0
221
======
322
* Add CDP files for v114 and remove v111

java/CHANGELOG

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
v4.11.0
2+
======
3+
* Supported CDP versions: 85, 113, 114, 115
4+
* Add Missing W3C Exceptions (#12175)
5+
* Increased the max depth of new session payload (#12205)
6+
* Create less HttpClient instances while creating a CDP connection (#12216)
7+
* Raise a ConnectionFailedException when openSocket failed (#12215)
8+
* Ack the log file argument without need to combine it. Fixes #12225
9+
* Improved the exit code and error handling (#12219)
10+
* No need to have the auto-service dependency in the client bindings (#12244)
11+
* Deprecate all 'lift style' code (#12263)
12+
* Minor spelling Fix (#12258)
13+
* Adding ignore process match for IE Mode across bindings (#12279)
14+
* Extract original driver from decorated driver when Augmenting a driver (#12248)
15+
* BidiException instead of DevToolsException in getBiDi (#12284)
16+
* [grid] Switching to fine log level when clearing caches in LocalNode
17+
* Removing deprecated methods (findElement & findElements)
18+
* less memory allocation (#12320)
19+
* Add move to location method to Actions (#11509)
20+
* [grid] Add supports for list-of-table options (#12363)
21+
* [grid] reject requests only if it has been in the queue before trying… (#12336)
22+
* [grid] do not rely on .hashCode for .equals (#12361)
23+
* Use Selenium Manager to locate drivers on PATH (#12352)
24+
* [grid] Improved the new session handling when the queue is empty (#12385)
25+
* [grid] Using SM to find drivers on PATH
26+
* Using same variable for log output, fixes #12406
27+
* UnreachableBrowserException logs the command parameter details only in debug mode (#11328)
28+
* Filter related fixed in the NettyClient and the JdkHttpClient
29+
* Removing deprecated `createServiceWithConfig` in ChromeDriverService
30+
* Removing deprecated `webdriver.chrome.whitelistedIps` in ChromeDriverService
31+
* Removing deprecated ChromeDriverLogLevel
32+
* Add browser output from Selenium Manager to options (#12424)
33+
* [grid] Make user defined SlotMatcher used everywhere in grid code (#12240)
34+
* Add support for FedCM commands (#12096)
35+
* [grid] Returning se:bidi when the user sends `webSocketUrl`. Fixes #12314
36+
* [grid] Covering use case where a Node is UP after being marked DOWN. Fixes #12116
37+
* Make external modules static (#12294)
38+
* Use double-checked locking to initialise the Selenium Manager instance
39+
* Making sure browser path is not null before setting the binary when value is returned from SM
40+
* Showing SM error when the exception is thrown
41+
142
v4.10.0
243
======
344
* Supported CDP versions: 85, 112, 113, 114

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#### :nail_care: Polish
44

55
* [BiDi] fix addPreloadScript failing tests (#12182)
6-
* [bazel] Run buildifier in the format script
76
* Print debug message once for each browser when selenium manager used
87
* Add forgotten RelativeBy in check options (#12289)
98
* SM supports all browsers in Selenium since a while ago
109
* Using SM to check drivers on the PATH
1110
* Display info about SM activity
12-
* Removing logic to find drivers, delegating to SM
11+
* Removing logic to find drivers, delegating to Selenium Manager
1312
* Removing service parameter from getPath
1413
* add support for Chrome 115 and remove support for Chrome 112
14+
* Update webdriver-bootstrap.js (#12276)
1515

1616
#### :rocket: New Feature
1717

@@ -22,6 +22,7 @@
2222
#### :bug: Bug Fix
2323

2424
* fix SeleniumServer.start() crashes on MacOS with nodejs selenium-webdriver (#12158)
25+
* Update by.js: Add forgotten RelativeBy in check options (#12289)
2526

2627
## v4.10.0
2728

py/CHANGES

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
Selenium 4.11.0
2-
* Placeholder
2+
* Add CDP files for v115 and remove v112
3+
* removed redundant attributes `capabilities` and `set_capability` in wpewebkit/options.py (#12169)
4+
* mapped all error codes in `errorhandler.py` to corresponding exception object. (#12190)
5+
* improve driver logging (#12103) - implement log_output() for flexibility and consistency of driver logging
6+
* fix property name in Selenium Manager (#12237)
7+
* used truthy check instead of checking for length in `to_capabilities` method in `ie/options.py` (#12262)
8+
* remote commands dict is moved outside `RemoteConnection` class in `remote/remote_connection.py` (#12261)
9+
* moved `ConnectionType` class outside `Mobile` class to avoid nesting of classes (#12256)
10+
* used `pathlib` module to check if the file exist in `remote/file_detector.py` (#12253)
11+
* added truthy check in chromium options instead of identity operator (#12274)
12+
* added pythonic approach of type checking in `firefox/firefox_profile.py` (#12271)
13+
* let users pass service args to IE driver (#12272)
14+
* Adding ignore process match for IE Mode across bindings (#12279)
15+
* moved all ie options to custom descriptors. (#12283)
16+
* minor ie-options fix to PR 12283 (#12309), fixes #12283
17+
* added type hints to `SwitchTo` class (#12296)
18+
* Refactored Proxy object in common/proxy.py using custom descriptor. (#12286)
19+
* optimized Timeouts class by moving timeouts to descriptor class (#12287)
20+
* added type hinting support to ActionChains and Alert class (#12290)
21+
* Moved all `PrintOptions` class attributes to custom descriptor class. (#12297)
22+
* Use Selenium Manager to locate drivers on PATH (#12356
23+
* Enable cdp to work for edge
24+
* Update docstring of wait.py so it can also cover the case of WebElement as 1st arg of WebDriverWait. (#12376)
25+
* Added type hinting support to `common/actions` libraries. (#12325)
26+
* Fix type of `ignore_proxy` in `ChromiumRemoteconnection`
27+
* set exception direct cause when switching frame focus when NSE is raised
28+
* Raise a more generic `ValueError` when proxy type is not acceptable
29+
* Add browser output from selenium manager to options (#12404)
30+
* Add check=False explicitly to subprocess calls; simplify `keys_to_typing`
31+
* Expose `WPEWebKitService` and `WebKitGTKService` in the public API
32+
* Remove deprecated `ActionChains.scroll(...)`
33+
* Removed unused variable `DEFAULT_SAFARI_CAPS` in `safari/webdriver.py` (#12416)
34+
* Added type checks in `setter` methods of different browser options (#12328)
35+
* Add creation flag for windows in selenium_manager (#12435)
36+
* Fix checking window handles for current
37+
38+
39+
340

441
Selenium 4.10.0
542
* Add CDP files for v114 and remove v111

rb/CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
4.11.0 (2023-07-31)
2+
=========================
3+
Ruby:
4+
* Made network interception threads fail silently (#12226)
5+
* Have Selenium Manager binary locate drivers on PATH (#12345)
6+
* Add browser output from selenium manager to options (#12398)
7+
* Remove deprecated code (#12417)
8+
BiDi:
9+
* Released selenium-devtools 0.115.0 (supports CDP v85, v113, v114, v115)
10+
Edge:
11+
* Adding ignore process match for IE Mode across bindings (#12279)
12+
113
4.10.0 (2023-06-07)
214
=========================
315
Ruby:

0 commit comments

Comments
 (0)