RPA-Python icon indicating copy to clipboard operation
RPA-Python copied to clipboard

运行可以打开浏览器,但是浏览器显示崩溃

Open langmie123 opened this issue 1 year ago • 0 comments

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

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

langmie123 avatar Mar 23 '24 05:03 langmie123