|
1 |
| -v2.47.0 in development |
2 |
| -====================== |
| 1 | +v2.47.0 |
| 2 | +======= |
| 3 | +WebDriver: |
| 4 | +* Supports native events for Firefox version 31 (immediately previous |
| 5 | + ESR). Native event support has been discontinued for versions of |
| 6 | + Firefox later than 33. Synthetic events tested on Firefox versions 31 |
| 7 | + (immediately previous ESR), 38 (immediately previous release and current |
| 8 | + ESR), and 39 (current release). |
| 9 | +* Beta Alert.AuthenticateUsing api implementation added, beta testing with IE. |
| 10 | +* Added TakesScreenshot to WebElement. |
| 11 | +* (provided by Microsoft) Added language bindings for Microsoft Edge browser |
| 12 | +* Make it possible for users to override how the Lock is obtained with Firefox. |
| 13 | +* (provided by Ahmed Ashour) Added implementation of Alert for HtmlUnit driver. |
| 14 | +* (provided by Ahmed Ashour) Fixed findElementByXPath for HtmlUnit driver to |
| 15 | + work for XML pages. |
| 16 | +* (provided by Ahmed Ashour) Fixed HtmlUnit driver to allow for manipulating |
| 17 | + elements in SVG documents. |
| 18 | +* (provided by Ahmed Ashour) Fixed HtmlUnit driver so that deleteAllCookies |
| 19 | + deletes cookies only for the current domain, matching other implementations. |
| 20 | +* (provided by Tamás Buka) Created an overload to |
| 21 | + ExpectedConditions.frameToBeAvailableAndSwitchToIt support to index and |
| 22 | + WebElement so that WebDriverWait can use this mode to switch frames. |
| 23 | +* (provided by Joshua Bruning) Allow access to local profiler logs. An |
| 24 | + exception may be thrown if the WebDriver server does not recognize profiler |
| 25 | + logs. In this case, the user should be able to see the local profiler logs. |
| 26 | +* (provided by Sergey Tikhomirov) Changed visibility of isDecoratableList |
| 27 | + method of DefaultFieldDecorator to protected for use with custom PageFactory |
| 28 | + implementations. |
| 29 | +* Froze javascript.enabled property in Firefox profiles |
| 30 | +* FIXED #426: (provided by Anand Jayaram) Default the hub port to 4444, if no |
| 31 | + port was provided. |
| 32 | +* FIXED #638: Disabled HTTP Public Key Pinning (HPKP) when the |
| 33 | + webdriver_accept_untrusted_certs capability is set. As of Firefox 39, Firefox |
| 34 | + ignores certificate overrides if the domain's certificate is pinned. |
| 35 | +* FIXED #644: (provided by Brett Randall) Modified ErrorHandler to tolerate |
| 36 | + non-Number lineNumber, and also attempts to safely parse a non-Number Object |
| 37 | + if it receives a non-Number. If absent or non-numeric it now continues to |
| 38 | + build the StackTraceElement (instead of aborting that frame) and uses the |
| 39 | + conventional -1 for lineNumber. |
| 40 | +* FIXED #658: Disable reading list info panel in Firefox. |
| 41 | + |
| 42 | +Server: |
| 43 | +* Added a guard that prevents starting "IE instead of Opera" (or some other |
| 44 | + unwanted browser that obviously does not match the desired capabilities). |
| 45 | + Previously if a new session request is forwarded to a node it results in a |
| 46 | + driver instance creation in any case. For example, let's suppose a user |
| 47 | + starts a node with -browser browserName=opera option, and there is no |
| 48 | + operadriver in the classpath. Then the user requests a new remote driver with |
| 49 | + browserName=opera. The hub forwards the request to the node, and the node |
| 50 | + attempts to find the "best matching" driver provider. As far as opera is not |
| 51 | + available, it can start any other browser. Because "best matching" does not |
| 52 | + imply matching. The new guard prevents this unwanted behavior. |
| 53 | + |
| 54 | +Grid: |
| 55 | +* Added support to grid for Microsoft Edge driver |
| 56 | +* (provided by Dima Kovalenko) Sort Grid Proxies in order of least busy to |
| 57 | + busiest. This should prevent situation where one node is running multiple |
| 58 | + sessions while several nodes are completely idle. |
| 59 | + |
| 60 | +RC: |
| 61 | +* Removed start of Firefox with -silent option to prevent crash in Firefox. |
3 | 62 |
|
4 |
| -* Beta Alert.AuthenticateUsing api implementation added, beta testing with IE. |
| 63 | +IDE: |
| 64 | +* FIXED #570: Add ability to record elements that do not have href attributes. |
5 | 65 |
|
6 | 66 | v2.46.0
|
7 | 67 | =======
|
|
0 commit comments