-
Robot Framework usage example
```robotframework
*** Settings ***
Library ExtendedWindows.py
*** Tasks ***
Minimal task
Control Window name:Calculator
FOR ${idx} IN RANG…
-
Gathering here a list of improvements that need to be brought after the first version of `RPA.Assistant` gets silently released.
Moved to https://github.com/robocorp/rpaframework/projects/5?add_car…
-
Assistant version: **1.0.6**
Portal example robot used for testing: https://github.com/robocorp/example-signature-match-assistant
### Bugs
- [x] 2. `Add Text Input`: If you leave it untouched, …
-
I've run RPA on my laptop and installed "remote chrome desktop".
I have a error with RPA sometimes: "There is no active desktop required for moving mouse cursor" although I don't use "remote chrome …
-
With the current library, the `Get Text From PDF` keyword barely outputs correct text with a similar format to what we actually see in the PDF.
So a new keyword for extracting the tables with [Came…
-
**Describe the bug**
The _playwright.dev_ URLs are broken in the docstring source of such keywords containing references to https://playwright.dev.
**To Reproduce**
Surf docs and look for the one…
-
I tried setting the default download directory, `${DOWNLOAD_DIR}` contains the current working directory. The browser downloads the file without problem but it's always in `C:\Users\xxxx\Downloads`
…
-
I recently updated Chrome and suddenly webdriver manager started failing downloads.
It seems that Google renamed their mac m1 zipfiles from `chromedriver_mac64_m1.zip` to `chromedriver_mac_arm64.zi…
-
I am experiencing problems with opening an xls file through open workbook. This file can be read normally through Excel itself.
If I convert the file to xlsx no problems. I noticed the xls file conta…
-
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…