|
| 1 | +1.2.0 / 2015-09-21 |
| 2 | +================== |
| 3 | + |
| 4 | +This is the final release of this driver. The Selenium1 protocol is deprecated. |
| 5 | +The MinkSelenium2Driver should be used to interact with Selenium instead. |
| 6 | + |
| 7 | +BC break: |
| 8 | + |
| 9 | +* Changed the behavior of `getValue` for checkboxes according to the BC break in Mink 1.6 |
| 10 | + |
| 11 | +New features: |
| 12 | + |
| 13 | +* Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2 |
| 14 | +* Implemented `submitForm` |
| 15 | +* Implemented `isSelected` |
| 16 | +* Return the condition in the `wait` method |
| 17 | +* Allow to specify alternative (not always '127.0.0.1') Selenium server url |
| 18 | +* Implemented `getScreenshot` |
| 19 | +* Implemented `evaluateScript` |
| 20 | +* Implemented `maximizeWindow` |
| 21 | +* Implemented `getOuterHtml` |
| 22 | +* Added support of non-textual fields in `setValue` |
| 23 | +* Changed the finding of elements to use Selenium rather than the source |
| 24 | + |
| 25 | +Bug fixes: |
| 26 | + |
| 27 | +* Fixed the retrieval of HTML attributes in `getAttribute` |
| 28 | +* Fixed the support of textareas in `getValue` |
| 29 | +* Fixed the removal of cookies |
| 30 | +* Fixed the escaping of multiline XPath queries |
| 31 | +* Fixed the execution of self-executing functions not wrapped in braces |
| 32 | +* Added error handling when using the crawler to avoid fatal errors |
| 33 | +* Fixed the execution of long JavaScript code |
| 34 | +* Fixed the retrieval of values for radio groups |
| 35 | +* Fixed the selection of option in a radio group |
| 36 | +* Fixed the custom triggering of change events |
| 37 | + |
| 38 | +Testsuite: |
| 39 | + |
| 40 | +* Updated the testsuite to use the new Mink 1.6 driver testsuite |
| 41 | +* Added testing on HHVM |
| 42 | + |
| 43 | +Misc: |
| 44 | + |
| 45 | +* Updated the repository structure to PSR-4 |
0 commit comments