Jwebunit 和 Wordpress

发布于 2024-09-29 17:16:43 字数 367 浏览 1 评论 0原文

我正在尝试使用 Jwebunit 登录到在 WordPress 上运行的网站。

webPage.setBaseUrl("http://www.mywebsite.com");
webPage.beginAt("/wp-login.php");

webPage.setTextField("log", "myusername");
webPage.setTextField("pwd", "mypassword");
webPage.clickButton("wp-submit");

以上不会引发任何错误,但页面不会提交。如果我尝试输入错误的密码,它会抛出错误,但是当所有值都正确时,提交不会转到新页面。

知道为什么会发生这种情况吗?

I'm trying to login to my website which runs on wordpress using Jwebunit.

webPage.setBaseUrl("http://www.mywebsite.com");
webPage.beginAt("/wp-login.php");

webPage.setTextField("log", "myusername");
webPage.setTextField("pwd", "mypassword");
webPage.clickButton("wp-submit");

The above does not throw any errors, but the page does not get submitted. If I try a wrong password, it will throw the error, but when all values are correct, the submit does not go to the new page.

Any idea why this might be happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文