RPA-Python
RPA-Python copied to clipboard
Python package for doing RPA
Hello! Please help me with the following question. You have described the r.timer() function. According to the description, it measures the execution time of the previous operation. My task is...
Hello! Please tell me if it is possible to speed up the process of "searching for an object" (for example, buttons) by dividing the screen into areas. For example, I...
你好,我在linux环境下运行时,在执行r.init()之后,代码一直没有反应。 r.setup()执行正常。 我查看了之前关于linux系统的issue,发现最终好像都没有解决此问题,所以想问一下,这种情况该如何解决。 谢谢!
Hello! I found a problem with the output of Cyrillic characters in r.keyboard(). When trying to perform an operation, the script freezes. I have already seen a similar topic that...
TagUI RPA has been maintained by AI Singapore for several years. From Q4 2023, they will stop supporting it. The natural evolution for TagUI users, to make the most use...
 There was no change, only a true was returned
运行代码可以打开浏览器,但是不能打开百度 ```python import rpa as r r.init() r.url('https://www.baidu.com') r.wait() # ensure results are fully loaded r.snap('page', 'results.png') r.close() ``` 
import rpa as r r.init() r.url("https://www.baidu.com") r.wait() r.close() 可以正常打开浏览器到首页但是打不开指定的页面 希望大佬指点
Is it possible to use something like 'edge_browser=True'?
My RPA-Python application requires running multiple instances, (4-6), in parallel at a specified schedule. I have coded and tested a master instance on a google cloud linux virtual machine and...