We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fbd39 commit 3591737Copy full SHA for 3591737
1 file changed
CHANGELOG.md
@@ -0,0 +1,23 @@
1
+1.2.0 / 2015-09-21
2
+==================
3
+
4
+Features:
5
6
+* Return the value of the condition in the `wait` method
7
+* Added `submitForm` to submit a form
8
+* Added `isSelected` to check for the selected check of `option`
9
+* Implemented `getOuterHtml`
10
11
+Bug fixes:
12
13
+* Allow newer versions of Buzz
14
+* Added more details in error messages in case of Sahi failure
15
+* Fixed the attribute getter for empty attributes
16
+* Fixed the escaping of JS values to support multiline strings
17
+* Improved the script evaluation to preserve the type
18
19
+Testsuite:
20
21
+* Added testing on PHP 5.6 on Travis
22
+* Added testing on HHVM
23
+* Added more tests for the client
0 commit comments