Merge pull request #27920 from cdalexndr

* pr/27920:
  Clarify Selenium auto-configuration requires HtmlUnit

Closes gh-27920
This commit is contained in:
Stephane Nicoll 2021-09-12 09:01:40 +02:00
commit a0289d770e
1 changed files with 1 additions and 1 deletions

View File

@ -7464,7 +7464,7 @@ The following example uses `MockMvc`:
TIP: If you need to configure elements of the auto-configuration (for example, when servlet filters should be applied) you can use attributes in the `@AutoConfigureMockMvc` annotation.
If you use HtmlUnit or Selenium, auto-configuration also provides an HtmlUnit `WebClient` bean and/or a Selenium `WebDriver` bean.
If you use HtmlUnit and Selenium, auto-configuration also provides an HtmlUnit `WebClient` bean and/or a Selenium `WebDriver` bean.
The following example uses HtmlUnit:
[source,java,indent=0]