
rpa 1.48.1
0
RPA for Python is a Python package for RPA (robotic process automation)
Contents
RPA for Python is a Python package for RPA (robotic process automation)
Stars: 3585, Watchers: 3585, Forks: 525, Open Issues: 14The tebelorg/RPA-Python
repo was created 3 years ago and was last updated Yesterday.
The project is very popular with an impressive 3585 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
Related Packages
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