mirror of
https://github.com/jbcr/MinkFacebookWebDriver.git
synced 2026-03-24 00:42:19 +01:00
2.2 KiB
2.2 KiB
2.0.0 / 2017-x-x
New major changes:
- Update to support selenium 3
- Migrate to facebook/webdriver
1.3.1 / 2016-03-05
Bug fixes:
- Fixed the handling of cookies with semicolon in the value
Testsuite:
- Add testing on PHP 7
1.3.0 / 2015-09-21
New features:
- Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2
Testsuite:
- Fixed the window name test for the chrome driver
- Add testing on PhantomJS 2
Misc:
- Updated the repository structure to PSR-4
1.2.0 / 2014-09-29
BC break:
- Changed the behavior of
getValuefor checkboxes according to the BC break in Mink 1.6
New features:
- Added the support of the
chromeOptionsargument in capabilities - Added the support of select elements in
setValue - Added the support of checbox and radio elements in
setValue - Added the support of HTML5 input types in
setValue(for those supported by WebDriver itself) - Added
getWebDriverSessionIdto get the WebDriver session id - Added a way to configure the webdriver timeouts
- Implemented
getOuterHtml - Implemented
getWindowNamesandgetWindowName - Implemented
maximizeWindow - Implemented
submitForm - Implemented
isSelected
Bug fixes:
- Fixed the selection of options for radio groups
- Fixed
getValuefor radio groups - Fixed the selection of options for multiple selects to ensure the change event is triggered only once
- Fixed mouse interactions to use the webDriver API rather than using JS and emulating events
- Fixed duplicate change events being triggered when setting the value
- Fixed the code to throw exceptions for invalid usages of the driver
- Fixed the implementation of
mouseOver - Fixed
evaluateScriptandexecuteScriptto support all syntaxes required by the Mink API - Fixed the retrieval of HTML attributes in
getAttribute - Fixed form interactions to use the webDriver API rather than using JS and emulating change events
- Fixed the clearing of the value when the caret is at the beginning of the field in
setValue
Testing:
- Updated the testsuite to use the new Mink 1.6 driver testsuite
- Added testing on HHVM