Skip to content

Conversation

@cdalexndr
Copy link
Contributor

The only auto-configuration class is MockMvcWebDriverAutoConfiguration, that 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.

The only auto-configuration class is `MockMvcWebDriverAutoConfiguration`, that 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.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 9, 2021
@philwebb philwebb added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 10, 2021
@philwebb philwebb added this to the 2.4.x milestone Sep 10, 2021
@snicoll snicoll self-assigned this Sep 12, 2021
@snicoll snicoll modified the milestones: 2.4.x, 2.4.11 Sep 12, 2021
snicoll pushed a commit that referenced this pull request Sep 12, 2021
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
@snicoll snicoll closed this in a0289d7 Sep 12, 2021
@snicoll snicoll changed the title Clarify selenium auto configuration Clarify Selenium auto-configuration requires HtmlUnit Sep 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants