tebelorg / RPA-Python

Python package for doing RPA
Apache License 2.0
4.87k stars 663 forks source link

运行可以打开浏览器,但是浏览器显示崩溃 url() cannot work - pending replication #525

Closed langmie123 closed 1 month ago

langmie123 commented 6 months ago

运行代码可以打开浏览器,但是不能打开百度

import rpa as r

r.init()
r.url('https://www.baidu.com')
r.wait() # ensure results are fully loaded
r.snap('page', 'results.png')
r.close()

企业微信截图_20240323134346

kensoh commented 1 month ago

Hi @langmie123 is this still a problem? I can use r.url('https://www.baidu.com') to visit Baidu without problem -

image

kensoh commented 1 month ago

Closing this issue for now but will look out for any reply