We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbcc37 commit 005b588Copy full SHA for 005b588
py/CHANGES
@@ -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
+
7
Selenium 4.8.2
8
* Update tox.ini for a valid "isort" version (#11667)
9
* Undo a bug fix that caused a worse bug. (#11666)
0 commit comments