Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
print requested capabilities in SessionNotCreatedException (#11604)
without this change, `SessionNotCreatedException` always prints out empty capabilities: ``` org.openqa.selenium.SessionNotCreatedException: Could not start a new session... Host info: ... Build info: version: '4.8.0'... System info: ... Driver info: ... Command: [null, newSession...}] Capabilities {} at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:561) ```
- Loading branch information