|
1 | 1 | Selenium 4.26.0 |
2 | | ---> [ci] Setting nightly versions |
3 | | ---> [py] fixed a bug in `bidi/session.py` by removing mutable object as default value for function argument. (#14286) |
4 | | ---> [py] remove un-needed print (#14562) |
5 | | ---> [py] Allow driver path to be set using ENV variables (#14528) |
6 | | ---> [py] remove deprecated parameter from EdgeService (#14563) |
7 | | -[py] remove deprecated parameter in EdgeService |
8 | | ---> [py] Remote connection throws resp status code when data is empty (#14601) |
9 | | ---> [py] allow logging diagnose in safari driver (#14606) |
10 | | ---> [py] Avoid waiting indefinitely on a frozen chromedriver process (#14578) |
11 | | -Add a default timeout of 2 minutes two requests to the webdriver |
12 | | ---> [🚀 Feature] [py]: Better compatibility with Appium-python (#14587) |
13 | | -* [py] override default locator converter for python |
14 | | -* Support registering custom finders in py |
15 | | -* Support registering extra HTTP commands and methods in python |
16 | | -* Support overriding User-Agent in python |
17 | | -* Support registering extra headers |
18 | | -* [py] Support ignore certificates |
19 | | -* Support using custom element classes |
20 | | -* tests for custom element test |
21 | | -* address review comments |
22 | | -* close parenthesis |
23 | | -* pass `init_args_for_pool_manager` in constructor |
24 | | -* use existing driver fixture in tests |
25 | | -* convert `add_command` to instance method |
26 | | ---> [py] implement configurable configuration class for the http client (#13286) |
27 | | ---> [py] webkitgtk: log_path -> log_output (#14618) |
28 | | -* [py] webkitgtk: log_path -> log_output |
29 | | -* apply suggestion |
30 | | -* add warning for old para |
| 2 | +* Add CDP for Chrome 130 and remove 127 |
| 3 | +* Added more internal logging for CDP (#14668) |
| 4 | +* Set consistent polling across java and python for `WebDriverWait` methods (#14626) |
| 5 | +* webkitgtk: log_path -> log_output (#14618) |
| 6 | +* Implement configurable configuration class for the http client (#13286) |
| 7 | +* Better compatibility with Appium-python (#14587) |
| 8 | +* Avoid waiting indefinitely on a frozen chromedriver process (#14578) |
| 9 | +* Allow logging diagnose in safari driver (#14606) |
| 10 | +* Remote connection throws response status code when data is empty (#14601) |
| 11 | +* Remove deprecated parameter from EdgeService (#14563) |
| 12 | +* Allow driver path to be set using ENV variables (#14528) |
| 13 | +* Remove un-needed print (#14562) |
| 14 | +* Fix a bug in `bidi/session.py` by removing mutable object as default value for function argument (#14286) |
31 | 15 |
|
32 | 16 | Selenium 4.25.0 |
33 | 17 | * Add CDP for Chrome 129 and remove 126 |
|
0 commit comments