What is the Java equivalent to PhantomJS?(与 PhantomJS 等效的 Java 是什么?)
问题描述
我想知道是否有任何与 PhantomJS 等效的 Java 库.我想要实现的是能够模拟表单登录和从网页提交操作,也可以进行页面抓取.我知道 jsoup 会进行页面抓取,但不会进行页面自动化.
I would like to know whether there is any Java library equivalent to PhantomJS. What I want to achieve is to be able to simulate form login and submit actions from a web page and also to do page scraping as well. I know jsoup does page scraping but not page automation.
提前致谢!
干杯,亚历克斯
推荐答案
有一个用于 Java 的 PhantomJS 驱动程序叫做 GhostDriver.也许这符合您的要求?
There is a PhantomJS driver for Java called GhostDriver. Maybe this suits your requirements?
这篇关于与 PhantomJS 等效的 Java 是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:与 PhantomJS 等效的 Java 是什么?
基础教程推荐
- Struts2 URL 无法访问 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
