-
Hi!
I am trying to get csv data using `read_table_from_csv` method from `RPA.Tables`, but, im getting the first column values as _None_. I checkout the column name and its not wrong, also i have ad…
-
**Describe the bug**
Using `package.yaml` + extension v1.17.0 and the template action
method with just `@action` -decoration is shown in the side-panel correctly, but if I add:
`@action(is_consequ…
-
**Describe the bug**
If I run Debug and stop it before the process completes, then I run debug again it starts but then gets stuck. I have to stop it then start again to get it to run.
**To Repro…
-
Code is referencing `self._app.Range` when it should be referencing `self.worksheet.Range`.
-
python version: Python 3.12.1
vsc code error: $ python rpa_frame_work.py
Traceback (most recent call last):
File "D:\rpa_framework\rpa_frame_work.py", line 2, in
from rpaframework impo…
-
We are using RPA.Windows library for our windows application automation. The tests are not running when the display physical or virtual is locked. It says **"Make sure tests are run with a physical or…
-
This issue blocks me for past 2 days increasing my test execution times by 10-20 times.
Every time I run .robot script with RPA.Browser.Selenium in chrome it opens x86_x64 instance instead of runnin…
-
```
from RPA.Images import Images
lib = Images()
screenshot = lib.take_screenshot(filename="screnshot")
```
> screenshot = lib.take_screenshot(filename="screnshot")
> File "C:\…
-
I am on OSX 10.13
The code works fine when run from terminal but throws error when scheduled as cron
```
from __future__ import print_function
from robot.api import logger
from robot.libraries.…
-
Hello.
Updating rpaframework and rpaframework-core to the latest versions (both released today), i get the following error:
`rpaframework 26.1.1 requires rpaframework-core==11.0.6, but you have rp…