Skip to content

Commit 9f4846b

Browse files
committed
Update for docker-selenium
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent 9afef94 commit 9f4846b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

website_and_docs/content/blog/2024/selenium-4-26-released.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ the most important updates:
4646
<br>
4747

4848
### Python
49-
- Added more internal logging for CDP, and configured WebDriver HTTP client settings for enhanced performance ([#14668](https://github.com/SeleniumHQ/selenium/pull/14668), [#13286](https://github.com/SeleniumHQ/selenium/pull/13286)).
49+
- Added more internal logging for CDP, and configured WebDriver HTTP client settings for enhanced performance ([#14668](https://github.com/SeleniumHQ/selenium/pull/14668), [#13286](https://github.com/SeleniumHQ/selenium/pull/13286)). Explore the various configuration parameters for the [WebDriver HTTP client](https://www.selenium.dev/documentation/webdriver/drivers/http_client/).
5050
- Removed deprecated EdgeService parameters and eliminated Python 2.x code from various test files ([#14563](https://github.com/SeleniumHQ/selenium/pull/14563), [#14502](https://github.com/SeleniumHQ/selenium/pull/14502)).
5151
- Set consistent polling for `WebDriverWait` methods to align behavior between Java and Python implementations ([#14626](https://github.com/SeleniumHQ/selenium/pull/14626)).
5252
- Improves binding extensibility for seamless integration of Selenium into Appium's Python client. ([#14587](https://github.com/SeleniumHQ/selenium/pull/14587)).
@@ -72,6 +72,15 @@ the most important updates:
7272

7373
<br>
7474

75+
### Docker Selenium
76+
- Updated FFmpeg v7.1 in video recorder ([#2439](https://github.com/SeleniumHQ/docker-selenium/pull/2439)).
77+
- Updated in Helm chart for Selenium Grid deployment to Kubernetes
78+
- Add GraphQL metrics exporter for monitoring ([#2425](https://github.com/SeleniumHQ/docker-selenium/pull/2425)).
79+
- Add templates for Relay node ([#2453](https://github.com/SeleniumHQ/docker-selenium/pull/2453)).
80+
- Allow to overwrite config videoRecorder in each node ([#2445](https://github.com/SeleniumHQ/docker-selenium/pull/2445)).
81+
82+
<br>
83+
7584
## Contributors
7685

7786
**Special shout-out to everyone who helped the Selenium Team get this release out!**

0 commit comments

Comments
 (0)