RPA-Python
RPA-Python copied to clipboard
r.url("https://www.baidu.com")
import rpa as r r.init() r.url("https://www.baidu.com") r.wait() r.close() 可以正常打开浏览器到首页但是打不开指定的页面 希望大佬指点
Hi @luSir997 can you tell me more?
I am able to open and go to Baidu webpage using your code above.
Closing this issue for now but will look out for any reply