File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,17 @@ CHANGELOG
4
4
2.2.0
5
5
-----
6
6
7
+ * Add support for PHP 8.4
8
+ * Add support for using Selenium with the built-in web server
7
9
* Add a ` PANTHER_NO_REDUCED_MOTION ` environment variable to instruct the website to disable the reduction of non-essential movement
10
+ * Add the ability to pass options to ` HttpClient ` when using ` HttpBrowser `
11
+ * Use a custom exception hierarchy instead of native exceptions directly
12
+ * The Firefox ` window-size ` option is not set by default anymore in headless mode
13
+ * Add explicit error messages in ` wait* ` methods
14
+ * Fix support for checkbox and radio buttons having ` 0 ` as value
15
+ * Fix catching of WebDriver exceptions
16
+ * Ignore curl exceptions when closing WebDriver inside the destructor
17
+ * Documentation has been moved from the Git repository to https://symfony.com/doc/current/testing/end_to_end.html
8
18
9
19
2.1.2
10
20
-----
You can’t perform that action at this time.
0 commit comments