Contents

rpa 1.50.0

0

RPA for Python is a Python package for RPA (robotic process automation)

RPA for Python is a Python package for RPA (robotic process automation)

Stars: 4500, Watchers: 4500, Forks: 628, Open Issues: 14

The tebelorg/RPA-Python repo was created 5 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 4500 github stars!

How to Install rpa

You can install rpa using pip

pip install rpa

or add it to a project with poetry

poetry add rpa

Package Details

Author
Ken Soh
License
Apache License 2.0
Homepage
https://github.com/tebelorg/RPA-Python
PyPi:
https://pypi.org/project/rpa/
GitHub Repo:
https://github.com/tebelorg/RPA-Python

Classifiers

  • Scientific/Engineering/Artificial Intelligence
  • Software Development/Libraries/Python Modules
No  rpa  pypi packages just yet.

Errors

A list of common rpa errors.

Code Examples

Here are some rpa code examples and snippets.

GitHub Issues

The rpa package has 14 open issues on GitHub

  • How to change the current context without URL?
  • Make web automation browser independent - not for test automation, not on roadmap
  • Does RPA-Python works on Windows 2012 R2 - it should, pending checks
  • [enter] button doesn't work - keyboard automation needs visual_automation = True
  • RPA start speed - pending replication, may be related to computer speed
  • Are XPath functions supported - probably usage issue, yes see this example
  • How to run specific task in windows task scheduler desktop app - use visual automation
  • How is this better or different from Selenium? - more features and easier to use
  • Support on Windows 11, "Unable to load script error" - try this to see if it helps
  • Does RPA work in WSL2 Ubuntu - it should, try installing PHP to see if it helps
  • Problem to use XPath - pending replication details, maybe it is in a frame
  • How to activate a page? - some thoughts to explore, or use visual automation
  • Jython not found error message - use r.pack() to copy from own PC to intranet
  • Chinese language OCR AUTOMATION results code errors
  • RPA Python not working in MacOS Monterey - PHP removed, install PHP this way

See more issues on GitHub

Related Packages & Articles

boxdetect 1.0.2

boxdetect is a Python package based on OpenCV which allows you to easily detect rectangular shapes like characters boxes on scanned forms.