问题标签 [http-unit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - HtmlUnit 依赖错误 - NoClassDefFoundException
最近我一直在尝试使用 HtmlUnit API,但由于某种原因,我无法拥有我需要的所有依赖项。我做的第一件事是访问 HtmlUnit 站点并搜索依赖项的完整列表 ( http://htmlunit.sourceforge.net/dependencies.html )。然后我搜索了它们中的每一个的 maven 依赖项,直到我创建了最终的 pom.xml:
http://maven.apache.org/xsd/maven-4.0.0.xsd">4.0.0
我启动了我的服务器,但是当插件加载时(我正在开发一个 spigotMC.org 插件),我得到一个 NoClassDefFoundException:
java.lang.NoClassDefFoundError: com/gargoylesoftware/htmlunit/WebClient
recaptcha - 在 GUI 中显示来自 html-unit 的 reCaptcha
我目前正在为各种网站创建帐户(Java 代码可以在这里查看:https ://github.com/xushWT/M2AccountCreator )
不,我遇到了一个问题,我需要让用户手动解决 google recaptchas,这对于其他仅基于图像的验证码非常有用,请在此处参考:https ://github.com/xushWT/M2AccountCreator/blob/master /src/lidev/InternationalAccCreator.java#L22-L33
有没有人有经验从无头浏览器到 GUI 显示 recaptcha 以便用户自己解决它?
我希望你能明白我的意思,提前谢谢。
authentication - 如何在httpUnit中设置认证参数?
我正在尝试在 httpUnit 中设置身份验证参数。我要访问的 URL 只有在设置了身份验证参数后才能访问,否则返回
内部服务器错误 500
但是当我尝试设置参数时它不起作用
下面给出了我用来使用 httpUnit 设置身份验证的代码
我收到内部服务器错误 500,因为它不接受身份验证凭据。
如果有人能在这方面帮助我,那就太好了。谢谢