使用 HtmlUnit 下载非 html 文件
我正在编写一个 JUnit 测试,其中涉及从 Web 应用程序下载文件。我如何使用 HtmlUnit 做到这一点?
I'm writing a JUnit test that involves the downloading of a file from the web app. How do I do that with HtmlUnit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道什么样的文件,但可能是 此 测试可能会有所帮助。如果没有,请尝试在其他测试中寻找答案。
I don't what kind of file, but maybe code for this test might be helpful. If not try to find answers in other tests.
我敢打赌你已经解决了这个问题,但是由于这个问题在搜索“htmlunit download”时出现在谷歌的顶部结果中,因此这是标准解决方案。
downloadLink
是包含您要下载的文件的链接的元素(按钮、输入、锚点...)I'd bet you already solved the problem, but since this question is on google's top results when searching for "htmlunit download", here's the standard solution.
downloadLink
is the element with the link to the file you intend to download (a button, an input, an anchor...)