RPA-Python
RPA-Python copied to clipboard
Python package for doing RPA
I run code as RPA for python's WEB AUTOMATION demo on centos. When i setting headless_mode=False on init(), code can init, but on url step, return error as **b'ERROR -...
Hi @kensoh , Was working on building a monitoring platform using the library and wanted to send myself telegram notifications based on the RPA automated task. I think it would...
hi, My chrome browser got auto updated with version 121.0.6167.185 . My rpa-python code which was running earlier is not running. Any way to resolve the issue please?
I need to login the web everytime when I init the chrome. Is there any ways to init a normal chrome. My platform is mac
this is my code ``` # step 1. print log commons.Logging('execute js') # step 2. execute js and print element value commons.Logging(r.dom("return document.querySelector('.titleText').outerHTML")) # step 3. print variable commons.Logging(commons.config_data['setelesvalue']) #...
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...
I am finding a strange problem where upon calling click() with a xpath, the click event is being sent and the download expected starts, but immediately the script dies for...
Hi, I used the image for serching the coordination but there were multiple exactly matched objects in the screen. The library didn't always give me the first top object. How...
I would like to request support for the MCP server role.