rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python

Results 224 rpaframework issues
Sort by recently updated
recently updated
newest added

Currently, template matching and OCR are only supported in a desktop automation context, but a library (probably `RPA.Images`) should be made that supports the same functionality but with a user-given...

feature

Hi! I am using the Windows library to automate a WPF application, and I wasn't able to check that a checkbox or a radiobutton was selected. I tried to add...

Added the possibility for users to specify OCR-related parameters for Tesseract such as language (like "eng") or configuration (like "--psm 6") directly in OCR-related keywords (such as RPA.Desktop.Read Text or...

i was trying to automate by clicking on show hidden icons button and click on an app . but on windows 11 RPA not able find the element after clicking...

A Win32 Framework application may open a modal window (ControlType `Window`, ClassName `#32770`). At least in the example I am facing, it has the same ProcessId as the main application....

Hello. According to their schedule, a few hours ago Robot Framework 7.0.0 has been released. I tried to install it but several components of RPA Framework generated compatibility errors. Are...

Hi, I cannot install rpaframework. Distutils module is deprecated in Python 3.12. I have installed setuptools module to resolve that problem but without any success. Thanks for your assistance. Wheel...

This PR simply allows rpaframework to run alongside Robot Framework 7, but it has not been tested for compatibility with it. There's also a version bump to pylint (which was...

Hi, I am automating tests for an evil application that have class names that ends with a trailing whitespace. Unfortunately, it seems impossible for now to match some such elements,...