tebelorg / RPA-Python

Python package for doing RPA
Apache License 2.0
4.96k stars 670 forks source link

rpa is not running on remotely managed Chrome - user resolved issue #531

Closed venky652003 closed 3 months ago

venky652003 commented 5 months ago

I am running python rpa to open chrome in a corporate LAN environment . THe chrome is managed remotely. I am unable to open webpages by rpa. THe sample code is below: import rpa as r r.init() print("r init completed") r.url('www.google.com')

when I run this, the print command after r.init() is not running. THis shows , the program is stuck after r.init(). This was not the case before. THis sudden change has happened. Pl help

kensoh commented 3 months ago

Hi @venky652003, thanks for raising this issue! Can I ask what is your solution found?