langmie123
langmie123
 大佬这是啥问题呀,刚开始学习,跑不起来
### What happened?    ### Version Latest ### What OS are you seeing the problem on? _No response_ ### What browsers are you seeing the problem on? _No...
运行代码可以打开浏览器,但是不能打开百度 ```python 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() ``` 