|
| 1 | +Selenium 4.0 Alpha 3 |
| 2 | + |
| 3 | +* Fixing stacktrace parser to handle strings as well as objects |
| 4 | +* urllib throws on 404 so let's check the /status endpoint that returns 200 |
| 5 | +* Changing default command executor address to the address of TNG Grid |
| 6 | +* Fixing check of type of a returned element in a test for all_of condition |
| 7 | +* Implement logical expected conditions in Python (#7121) |
| 8 | +* Explicitly clear PoolManager by using context manager (#6878) |
| 9 | +* Fix invisibility_of_element expected condition init function (#7484) |
| 10 | +* fix docs build, add chromium and edge to docs |
| 11 | +* flake8 fixes |
| 12 | +* allow --browser-binary and --browser-args to be used with ChromiumEdge |
| 13 | +* Add support for the new MicrosoftEdge (#7459) |
| 14 | +* increase async script timeout from 0 as the w3c spec states to start time checking immediately |
| 15 | +* fix unit test for firefox options, proxy key should be outside of options |
| 16 | +* update to w3c compliant log endpoints |
| 17 | +* Remove 'resolve_ip' option from RemoteConnection (#1729,#2509) |
| 18 | +* Running python unit tests with bazel |
| 19 | +* Pass capabilities rather than options to the proxy object (#6620) |
| 20 | +* Adding full page screenshot feature for Firefox (#7182) |
| 21 | +* Added EventFiringWebElement to the isinstance check in the move_to method.(#6604) |
| 22 | +* Added socksVersion field in proxy class (#6983) |
| 23 | +* also clear w3c actions in ActionChains#reset_actions |
| 24 | +* fix edge webdriver init by deprecating edge_service in favor of service also fix warnings import in edge/webdriver |
| 25 | +* Removes old exception and dead code from py lib.(#7134) |
| 26 | +* Raise error for unsupported method for set_window_rect |
| 27 | + |
1 | 28 | Selenium 4.0 Alpha 1
|
2 | 29 | * Update driver initialisation to use service and option objects
|
3 | 30 | * turn on keep-alive by default for remote connections (#7072)
|
@@ -699,3 +726,4 @@ Selenium 2 Beta 2
|
699 | 726 | * Improved IEDriver
|
700 | 727 | * Basic Authentication support for Selenium 2
|
701 | 728 | * Ability to have multiple Firefox instances
|
| 729 | + |
0 commit comments