Vincent Zhang
Vincent Zhang
On Windows 7: C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe
人工登录的方法是: 1. 删除 ~/.pulsar/browser 2. 运行OpenPrototypeChrome.kt 3. 人工访问目标网站,多浏览几个网页,制造一个真实浏览现场 4. 之后所有运行都会使用该浏览现场 如果你的版本没有 OpenPrototypeChrome.kt, 那么把自己日常使用的浏览器环境拷贝一份到~/.pulsar下相应子目录即可,拷贝完后, ~/.pulsar/browser/chrome/prototype/google-chrome 下应该有以下文件: ``` PS C:\Users\pereg\.pulsar\browser\chrome\prototype\google-chrome> ls Directory: C:\Users\pereg\.pulsar\browser\chrome\prototype\google-chrome Mode LastWriteTime Length Name ---- ------------- ------ ---- d----...
Please paste the X-SQL in text format.
Try JDK-11.
> @platonai GUI模式是要如何设置?有相关的示例代码吗?谢谢 Windows下运行默认是 GUI 模式。如果你的执行不是 GUI 模式,那么设置配置参数: ··· browser.display.mode=GUI ··· 或者: ··· BrowserSettings.withGUI() ···
The issue is suppressed on 1.10.x by disabling OSHI, we will try to fix it on 1.12.x. This occurs only on Windows which is not assumed to be product environment,...
感谢您的关注。 您可以直接加我微信: galaxyeye, 非常感谢。 Wechat: galaxyeye Weibo: galaxyeye Email: ***@***.***, ***@***.*** Twitter: galaxyeye8 Website: platon.ai Liang Xie ***@***.***> 于2024年8月10日周六 14:22写道: > 你好,联系贵公司电子邮箱,但是没有回复,请问如何接洽。 > > — > Reply to this email...
Remove the test case: TestCases.testObjectId.
1. 似乎版本比较旧,新版本中 shortage: -599216128 B 是格式化的 2. 总内存多少?我们推荐测试环境最低 8 G内存,生产环境视性能要求配置 32G 以上内存。并行打开 chrome 越多,内存需求越高。
### 手动操作 1. git clone [email protected]:platonai/PulsarRPA.git 2. 运行 ai/platon/pulsar/tools/OpenPrototypeChrome.kt 3. 手动设置配送地址、语言等 4. 关闭 prototype chrome 5. 正常执行 PulsarRPA、exotic-amazon、PulsarRPAPro 或者其他基于 PulsarRPA 的程序,即可复用 prototype chrome 的浏览器配置 ### 脚本操作 [setPreferences.sh]( https://github.com/platonai/exotic-amazon/blob/535e156e6ca57e8ccc1eace3fd281ac53c7cd63c/bin/tools/environment/setPreferences.sh) ### Kotlin...