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 6ab23be commit 3887139Copy full SHA for 3887139
website_and_docs/content/documentation/test_practices/discouraged/file_downloads.en.md
@@ -22,4 +22,4 @@ and pass it to a HTTP request library like
22
The [HtmlUnit driver](https://github.com/SeleniumHQ/htmlunit-driver) can download attachments
23
by accessing them as input streams by implementing the
24
[AttachmentHandler](https://htmlunit.sourceforge.io/apidocs/com/gargoylesoftware/htmlunit/attachment/AttachmentHandler.html)
25
-interface. The AttachmentHandler can the be added to the [HtmlUnit](https://htmlunit.sourceforge.io/) WebClient.
+interface. The AttachmentHandler can then be added to the [HtmlUnit](https://htmlunit.sourceforge.io/) WebClient.
0 commit comments