PulsarRPA icon indicating copy to clipboard operation
PulsarRPA copied to clipboard

Automate webpages at scale, scrape web data completely and accurately with high performance, distributed RPA.

Results 47 PulsarRPA issues
Sort by recently updated
recently updated
newest added

我用的ubuntu 22.04,maven 3.9.6, java 19.0.2。 在下载后的文件根目录里用mvn install 上传项目,中间一直报错,调了蛮久都没解决。 报错如图: ![2023-12-21_17-42](https://github.com/platonai/PulsarRPA/assets/55279988/630d2b5b-874d-41e4-a315-8ae6580366fa) ![2023-12-21_17-41](https://github.com/platonai/PulsarRPA/assets/55279988/fadef7b8-64f9-4557-9841-7f0ff756a672) ![2023-12-21_17-41_1](https://github.com/platonai/PulsarRPA/assets/55279988/de5a21a8-fe35-4880-8200-6f93dfdde02e) 请问可能是什么原因?我之前是maven 3.6,报错后按照issues里的说的更新maven后依然报错。kotlin编译器也安装好了,有没有可能是缺少了什么组件?

driver.allTexts() 这个方法返回的是List ,但是我调用后,结果并不是,好像list中嵌套了另一层list ``` val logisticsInfoList=driver.allTexts(".logistics-info-mod__header___2_fWN") println("logisticsInfoList="+logisticsInfoList) ``` 打印结果是 logisticsInfoList=[["菜鸟直送(丹鸟KD):621089810336681","申通快递:773260085378001"]]

比如小红书的网页版,只支持手机验证码和扫码,这种情况下要如何才能先登录再进行浏览呢?

good first issue
wontfix

看例子有一个TaobaoLoginHandler可以实现自动登录,但是采用这种方式经常会被网站反爬识别到,需要多加一个验证码,是否可以实现 不自动登录,由人工登录后,系统再进行采集动作?如何监听人工登录的状态?谢谢。

wontfix

Bumps org.apache.avro:avro from 1.8.1 to 1.11.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.avro:avro&package-manager=maven&previous-version=1.8.1&new-version=1.11.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

The following warnings appears every time we run PulsarRPA examples/demos/services: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by javassist.util.proxy.SecurityActions (file:/C:/Users/pereg/.m2/repository/javassist/javassist/3.12.1.GA/javassist-3.12.1.GA.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please...

The package com.sun.jna comes with kotlin, but there is no close() method in com.sun.jna.Memory. 2023-09-11 21:47:40.489 INFO [main] a.p.p.p.b.e.c.BasicPrivacyContextManager - Privacy context is created #091119IXKO1 java.lang.NoSuchMethodError: com.sun.jna.Memory.close()V at oshi.util.Util.freeMemory(Util.java:83) at...

Connection timed out when closing staging repository: ``` Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/aiplatonpulsar-1066/ai/platon/pulsar/pulsar-protocol/1.10.16/pulsar-protocol-1.10.16.pom.asc (659 B at 805 B/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository...

Failed to load proxy.providers.txt by multiple threads in parallel. The file should be locked. 17:02:17.125 [-worker-33] WARN a.p.p.c.proxy.ProxyLoader - Failed to load - /home/platonai/.pulsar/proxy/providers-enabled/proxy.providers.txt 17:02:17.125 [-worker-30] WARN a.p.p.c.proxy.ProxyLoader - Failed...

![image](https://user-images.githubusercontent.com/95058945/231713056-2fc63f3f-37d3-46c2-a678-4954c705480d.png)

wontfix