Skip to content

Commit 005b588

Browse files
committed
[py]: Update python change log
1 parent cbbcc37 commit 005b588

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

py/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Selenium 4.8.3
2+
* More fine grained control for `Service` subprocesses is now available via passing a `popen_kw` keyed map to any `Service` instance.
3+
* `Service` classes can now control `close_fds` and `creationflags` via `**kwargs` on any `Service` instance.
4+
* Setting `timeouts` on an `Options` instance no longer raises an exception for subsets of supported timeouts. (#11623)
5+
* No longer sending `SIGKILL` to subprocesses in instances where `SIGTERM` was successful within 60 seconds.
6+
17
Selenium 4.8.2
28
* Update tox.ini for a valid "isort" version (#11667)
39
* Undo a bug fix that caused a worse bug. (#11666)

0 commit comments

Comments
 (0)