Bug fixes:
- Fixed the handling of cookies with semicolon in the value
Testsuite:
- Added testing on PHP 7
BC break:
- Changed the behavior of
getValuefor checkboxes according to the BC break in Mink 1.6
New features:
- Updated the driver to use findElementsXpaths for Mink 1.7 and forward compatibility with Mink 2
- Implemented
submitForm - Implemented
isSelected - Return the condition in the
waitmethod - Allow to specify alternative (not always 'localhost') Sahi server url
- Implemented
getOuterHtml
Bug fixes:
- Fixed
getValuefor multi-select withoutnameattribute - Fixed the returned value for missing cookies
- Fixed the removal of cookies
- Fixed double xpath escaping in
selectRadioOption - Fixed the escaping of multiline XPath queries
- Fixed double JS escaping of XPath strings when executing scripts
- Fixed the evaluation of scripts
- Fixed
executeScriptfor scripts with trailing;orreturn - Improved the escaping of variables used in JS code
Testsuite:
- Updated the testsuite to use the new Mink 1.6 driver testsuite
- Added testing on HHVM
Misc:
- Updated the repository structure to PSR-4