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

rpa is not running

Open venky652003 opened this issue 1 year ago • 0 comments
trafficstars

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

venky652003 avatar Jun 11 '24 08:06 venky652003