mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
The auto-configuration requires `HtmlUnit`, so this auto-cofiguration only works if both Selenium and HtmlUnit are used. Prevents misinterpretation that WebDriver can be auto configured without htmlunit. See gh-27920