annotate vendor/behat/mink-selenium2-driver/CHANGELOG.md @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
rev   line source
Chris@0 1 1.3.1 / 2016-03-05
Chris@0 2 ==================
Chris@0 3
Chris@0 4 Bug fixes:
Chris@0 5
Chris@0 6 * Fixed the handling of cookies with semicolon in the value
Chris@0 7
Chris@0 8 Testsuite:
Chris@0 9
Chris@0 10 * Add testing on PHP 7
Chris@0 11
Chris@0 12 1.3.0 / 2015-09-21
Chris@0 13 ==================
Chris@0 14
Chris@0 15 New features:
Chris@0 16
Chris@0 17 * Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2
Chris@0 18
Chris@0 19 Testsuite:
Chris@0 20
Chris@0 21 * Fixed the window name test for the chrome driver
Chris@0 22 * Add testing on PhantomJS 2
Chris@0 23
Chris@0 24 Misc:
Chris@0 25
Chris@0 26 * Updated the repository structure to PSR-4
Chris@0 27
Chris@0 28 1.2.0 / 2014-09-29
Chris@0 29 ==================
Chris@0 30
Chris@0 31 BC break:
Chris@0 32
Chris@0 33 * Changed the behavior of `getValue` for checkboxes according to the BC break in Mink 1.6
Chris@0 34
Chris@0 35 New features:
Chris@0 36
Chris@0 37 * Added the support of the `chromeOptions` argument in capabilities
Chris@0 38 * Added the support of select elements in `setValue`
Chris@0 39 * Added the support of checbox and radio elements in `setValue`
Chris@0 40 * Added the support of HTML5 input types in `setValue` (for those supported by WebDriver itself)
Chris@0 41 * Added `getWebDriverSessionId` to get the WebDriver session id
Chris@0 42 * Added a way to configure the webdriver timeouts
Chris@0 43 * Implemented `getOuterHtml`
Chris@0 44 * Implemented `getWindowNames` and `getWindowName`
Chris@0 45 * Implemented `maximizeWindow`
Chris@0 46 * Implemented `submitForm`
Chris@0 47 * Implemented `isSelected`
Chris@0 48
Chris@0 49 Bug fixes:
Chris@0 50
Chris@0 51 * Fixed the selection of options for radio groups
Chris@0 52 * Fixed `getValue` for radio groups
Chris@0 53 * Fixed the selection of options for multiple selects to ensure the change event is triggered only once
Chris@0 54 * Fixed mouse interactions to use the webDriver API rather than using JS and emulating events
Chris@0 55 * Fixed duplicate change events being triggered when setting the value
Chris@0 56 * Fixed the code to throw exceptions for invalid usages of the driver
Chris@0 57 * Fixed the implementation of `mouseOver`
Chris@0 58 * Fixed `evaluateScript` and `executeScript` to support all syntaxes required by the Mink API
Chris@0 59 * Fixed the retrieval of HTML attributes in `getAttribute`
Chris@0 60 * Fixed form interactions to use the webDriver API rather than using JS and emulating change events
Chris@0 61 * Fixed the clearing of the value when the caret is at the beginning of the field in `setValue`
Chris@0 62
Chris@0 63 Testing:
Chris@0 64
Chris@0 65 * Updated the testsuite to use the new Mink 1.6 driver testsuite
Chris@0 66 * Added testing on HHVM