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
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