Skip to content

Commit 8c337c5

Browse files
author
CI Build
committed
update change logs
1 parent e2640f1 commit 8c337c5

File tree

6 files changed

+23
-0
lines changed

6 files changed

+23
-0
lines changed

dotnet/CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ v4.13.0
66
* Update cdp default command timeout in inline docs (#12707)
77
* Indicate end of output taken from selenium manager (#12744)
88
* Declare selenium manager binaries as content (#12711)
9+
* Use the lowest version of Newtonsoft.Json as dependency (#12772, #12776)
10+
* Add browsing context methods for reload, screenshot and prompt
911

1012
v4.12.4
1113
======
@@ -20,6 +22,7 @@ v4.12.3
2022
* Show output from selenium manager error stream (#12677)
2123
* Return Task instead of wait it in generated CDP method invocations (#12672)
2224
* Invoke console log api called event many times depending on count of args (#12669)
25+
* Allow users to set Selenium Manager path by environment variable (#12752)
2326

2427
v4.12.2
2528
======

java/CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ v4.13.0
1313
* Update pinned browser versions
1414
* Improve stability with final variables (#12733)
1515
* Fix bug for Appium subclass that sets neither log file nor output (#12696)
16+
* Remove deprecated headless methods from Options classes
17+
* Remove deprecated driver service constructors and methods
18+
* Remove deprecated log_file methods
19+
* Allow users to set Selenium Manager path by environment variable (#12752)
1620

1721
v4.12.1
1822
======

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* Adding CDP v117 and removing v114
66
* Added file location to exception message for Selenium Manager
77

8+
#### :rocket: New Feature
9+
10+
* Allow users to set Selenium Manager path by environment variable (#12752)
11+
812
## 4.12.0
913

1014
#### :bug: Bug fix

py/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Selenium 4.13.0
33
* do not send parameters in payload that are used in endpoint (#12685)
44
* close out driver logging on quit (#12637)
55
* disable console appearing on windows when running in pythonw (#12715)
6+
* remove deprecated headless methods
7+
* remove deprecated driver extensions for location and network connection
8+
* fix bug preventing using performance logging in chromium
9+
* remove deprecation notice from Firefox profiles
610

711
Selenium 4.12.0
812
* Add CDP files for v116 and remove v113
@@ -15,6 +19,7 @@ Selenium 4.12.0
1519
* support conda installation of selenium manager (#12536)
1620
* Drop support for `python3.7`
1721
* Fixed a bug where `Popen.wait()` calls caught the wrong exceptions when timing out
22+
* Allow users to set Selenium Manager path by environment variable (#12752)
1823

1924
Selenium 4.11.2
2025
* better bug fix for #12454

rb/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
4.13.0 (Unreleased)
22
=========================
3+
Ruby:
4+
* Fix bug prevening using performance logging with chromium
5+
* Allow users to set Selenium Manager path by environment variable (#12752)
6+
37
BiDi:
48
* Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)
59

@@ -9,6 +13,8 @@ Ruby:
913
* Fix bug preventing good error messages in Selenium Manager when stdout empty
1014
* Fix bug with Firefox not loading net/http library by default (#12506)
1115
* Remove support for using capabilities in local drivers
16+
* Fix bug prevening using performance logging with chromium
17+
* Allow users to set Selenium Manager path by environment variable (#12752)
1218

1319
BiDi:
1420
* Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)

rust/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Do not log a warning for defaults (#12754)
77
* Search better driver possible in the cache (#12753)
88
* Use original path when unwrap fails in canonicalize function (#12699)
9+
* Fix config setup in Selenium Manager (#12807)
910

1011
0.4.12
1112
======

0 commit comments

Comments
 (0)