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 f80f944 commit 5a73bc6Copy full SHA for 5a73bc6
CHANGELOG.md
@@ -3,6 +3,18 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
3
4
## Unreleased
5
6
+### Fixed
7
+- PHP 8.4 deprecation notices, especially in nullable return types.
8
+- Docs: Fix static return types in RemoteWebElement phpDoc.
9
+- Tests: Disable chrome 127+ search engine pop-up in tests
10
+- Tests: Enable Shadow DOM tests in Geckodriver
11
+
12
+### Added
13
+- Tests: Allow running tests in headfull (not headless) mode using `DISABLE_HEADLESS` environment variable.
14
15
+### Changed
16
+- Docs: Update selenium server host URL in example.
17
18
## 1.15.1 - 2023-10-20
19
- Update `symfony/process` dependency to support upcoming Symfony 7.
20
0 commit comments