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 88cd7ad commit fa781c8Copy full SHA for fa781c8
framework-docs/modules/ROOT/pages/testing/mockmvc/htmlunit/webdriver.adoc
@@ -166,7 +166,7 @@ following sections to make this pattern much easier to implement.
166
== MockMvc and WebDriver Setup
167
168
To use Selenium WebDriver with `MockMvc`, make sure that your project includes a test
169
-dependency on `org.seleniumhq.selenium:selenium-htmlunit3-driver`.
+dependency on `org.seleniumhq.selenium:htmlunit3-driver`.
170
171
We can easily create a Selenium WebDriver that integrates with MockMvc by using the
172
`MockMvcHtmlUnitDriverBuilder` as the following example shows:
0 commit comments