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

Python package for doing RPA

Results 30 RPA-Python issues
Sort by recently updated
recently updated
newest added
trafficstars

Related to #360 I trying it running on Colab and hit the same error also. Pls enlighten. ![image](https://user-images.githubusercontent.com/50367330/181904397-4ce1d94c-5c2d-41f8-ad83-dc51f27b35bf.png)

query

# About Running into an issue that may or may not be related to libssl3. ## Environment ```bash $ pip3 list Package Version ---------- ------- pip 22.2.1 rpa 1.48.1 setuptools...

query

Hi kensoh, Your RPA work is very attractive.Thanks a lot for this projects. I encounter problem in run python script in Linux.I really hope you can help me solve the...

query

This product is very good, but the examples currently provided are all about operating websites. How can I operate desktop applications? Can you give some examples

query

Seems like there are recurring interests for such a distribution channel, see Telegram thread https://t.me/pythonrpa/440 Until I have some free time from work / kid / family to create one...

feature

Hi! I am using RPA to capture the verification code image. It has always been normal when running on Windows. However, when I migrated the code to Linux for execution,...

bug

Hi, Once more thank you for your great job! I am trying to use dom() function to get the style of an element. For instance from this page (https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_document_getelementbyid1) I...

The mainframe_context may not work in all cases, in my case, the html page has js function which triggers a pop up div, and present() could not find the element,...

Hello, Before asking the question, I have seen similar questions, such as: https://github.com/tebelorg/RPA-Python/issues/476 , but it does not have a good test and a result, so I want to reopen...