通过外部java代码操纵网站动作
有一个网站,它有一个按钮,单击后检查文本框中的值并搜索它并显示结果。 我如何使用我的java代码证明输入并在我的java代码上显示适当的结果。 在查看网站的源代码后,我了解了单击按钮时调用的方法。但是什么以及如何进一步触发事件并将值传递到文本框并获取结果!
There is a website,and it has a button on click checks for the value in the textbox and searches for it and displays the result.
How can i with my java code,prove the input and display the appropriate result on my java code.
On seeing the source of the website,i get to know the methods that gets called on the button click.But what and how to further trigger the event and pass the value to textbox and obtain the resut !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用编程式 Web 浏览器,例如 HtmlUnit。
Use a programmatic web browser like HtmlUnit.
我不是 100% 清楚你的要求,但在我看来,你正在尝试获得某种客户端交互模拟/自动化。
查看 Selenium 的 Java API
I'm not 100% clear on what you're asking for, but it sounds to me like you're trying to get some sort of client-interaction emulation/automation.
Check out Selenium's Java API