File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Selenium 4.13.0
4
4
* close out driver logging on quit (#12637)
5
5
* disable console appearing on windows when running in pythonw (#12715)
6
6
* remove deprecated headless methods
7
- * remove deprecated driver extensions for location and network connection
8
7
* fix bug preventing using performance logging in chromium
9
8
* remove deprecation notice from Firefox profiles
9
+ * Allow users to set Selenium Manager path by environment variable (#12752)
10
10
11
11
Selenium 4.12.0
12
12
* Add CDP files for v116 and remove v113
@@ -19,7 +19,6 @@ Selenium 4.12.0
19
19
* support conda installation of selenium manager (#12536)
20
20
* Drop support for `python3.7`
21
21
* 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)
23
22
24
23
Selenium 4.11.2
25
24
* better bug fix for #12454
Original file line number Diff line number Diff line change 1
- 4.13.0 (Unreleased )
1
+ 4.13.0 (2023-09-25 )
2
2
=========================
3
3
Ruby:
4
- * Fix bug prevening using performance logging with chromium
4
+ * Fix bug preventing using performance logging with chromium
5
5
* Allow users to set Selenium Manager path by environment variable (#12752)
6
+ * Allow service to be started before the driver
7
+ * remove deprecated driver extensions for location and network connection
6
8
7
9
BiDi:
8
10
* Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)
13
15
* Fix bug preventing good error messages in Selenium Manager when stdout empty
14
16
* Fix bug with Firefox not loading net/http library by default (#12506)
15
17
* 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)
18
18
19
19
BiDi:
20
20
* Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)
You can’t perform that action at this time.
0 commit comments