We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341d3a8 commit 0dee8ccCopy full SHA for 0dee8cc
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+1.5.0 / 2021-10-12
2
+==================
3
+
4
+New features:
5
6
+* Improved responsiveness of the `wait` method
7
+* Fixed deprecation warnings on PHP 7.1
8
9
+Bug fixes:
10
11
+* Catched the `StaleElementReference` exception that happens in some cases in `setValue` if the JS code changes the DOM when the value changes
12
+* Catched the `UnknownError` exception that happens in ChromeDriver when trying to use `moveTo`
13
+* Fixed the handling of errors reported when applying timeouts, to avoid marking the driver as not started when the session is started
14
15
+Testsuite:
16
17
+* Added CI jobs on PHP 8.0 and 8.1
18
19
1.4.0 / 2020-03-11
20
==================
21
0 commit comments