通过外部java代码操纵网站动作

发布于 2024-11-18 15:36:03 字数 135 浏览 1 评论 0原文

有一个网站,它有一个按钮,单击后检查文本框中的值并搜索它并显示结果。 我如何使用我的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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

辞别 2024-11-25 15:36:03

使用编程式 Web 浏览器,例如 HtmlUnit

Use a programmatic web browser like HtmlUnit.

北城孤痞 2024-11-25 15:36:03

我不是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文