|
1 | 1 | Selenium 2.47.0 (in development) |
2 | 2 | * Adding ability to make remote call for webelement screenshots in accordance to the W3C spec |
3 | 3 | * Adding api to authenticate HTTP Auth modal dialogs via driver.switch_to.alert (beta) |
| 4 | +* Add rebeccapurple to Color Object |
| 5 | +* Add element screenshot |
| 6 | +* Add service handler and minimal update to driver to use service for Marionette |
| 7 | +* Add the ability to start FirefoxDriver backed with Marionette via a capability |
| 8 | +* support socket timeout for connections |
| 9 | +* free_port checks if port is available on all interfaces |
| 10 | +* Allow error handling to handle both current errors and w3c errors |
| 11 | +* Update find_elements to match spec |
| 12 | +* phantomjs: service: remove unused import of signal |
| 13 | +* phantomjs: add port information to WebDriverException |
| 14 | +* Issues fixed (Github): 478, 612, 734, 780 |
4 | 15 |
|
5 | 16 | Selenium 2.46.0 |
6 | 17 | * Firefox support up to 38 |
7 | 18 | * BlackBerry browser support |
8 | 19 | * remove Presto-Opera support |
9 | | -* firefox extension extraction fixes |
| 20 | +* firefox extension extraction fixes |
10 | 21 | * process management fixes with phantomjs |
11 | 22 | * Comparing remote web element for equality does not require a remote command |
12 | 23 | * Issues Fixed: (gcode) 8493, 8521, 8498, 8274, 8497, 5923 |
@@ -331,5 +342,3 @@ Selenium 2 Beta 2 |
331 | 342 | * Improved IEDriver |
332 | 343 | * Basic Authentication support for Selenium 2 |
333 | 344 | * Ability to have multiple Firefox instances |
334 | | - |
335 | | - |
|
0 commit comments