Jwebunit 和 Wordpress
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论