PlatonAI
PlatonAI
Solution: 1. allow the user specify the JAVA_HOME 2. fix Gson/Java8-datatime serialization problem with JDK-17 3. run all tests with JDK-17 see also: https://bugs.chromium.org/p/gerrit/issues/detail?id=15502
PulsarRPA 不依赖 chromedriver。 不确定是否支持 MINGW,也不确定 MINGW 下是否能够成功安装 chrome。PulsarRPA 支持 Windows 或者 WSL,因此我们并不推荐在 MINGW 下尝试 PulsarRPA。 更多信息可以在项目首页找到,这里也有一个简明教程:[PulsarRPA 系列课程 - 目录](https://zhuanlan.zhihu.com/p/576130585)
这种情况只能够使用 GUI 模式,在登录页面上等待,人工登录。
支持 linux 服务器版进行部署采集。 浏览器安装: ``` git clone https://github.com/platonai/pulsar.git cd pulsar && bin/build-run.sh ``` 浏览器设置: 用 BrowserSettings 设置,譬如: `BrowserSettings.privacy(3).maxTabs(10).headless()` 这段代码告诉系统, 1. 同时启动3套隐私独立的浏览器,每个浏览器互不干扰 2. 每个浏览器最大同时打开10个Tab 3. 使用无头模式 [中文教程](https://blog.csdn.net/weixin_48738961/article/details/127534381) [代码示例](https://github.com/platonai/pulsarr/blob/master/pulsar-app/pulsar-examples/src/main/kotlin/ai/platon/pulsar/examples/_9_MassiveCrawler.kt)。
We have the same issue: https://github.com/platonai/exotic-amazon/issues/16 . We have developed a project to scrape web data at scale completely and accurately with high performance, distributed RPA, and the browser layer...
Fixed my problem with @karlvr 's solution: 1. change http method to be PUT to create/activate/close a tab 2. add chrome launch parameter: --remote-allow-origins=*