Cosmin Poieana

Results 41 issues of Cosmin Poieana

Using an expired access token with Microsoft Exchange Online for sending Outlook e-mails under [exchangelib](https://ecederstrand.github.io/exchangelib/#oauth-authentication) runs into an infinite loop during the token refresh just because the app creds are...

I find it tedious and time consuming to have my _.venv_ removed each time I'm publishing a tiny fix in a package. Is it safe to add a `venv` flag...

in consideration
packaging
onboarding

Moved `TODO`s from _Tables.py_ module to this collating epic: - [ ] Implement column slicing - [ ] Index name conflict in exports/imports - [ ] ~Return Robot Framework DotDict...

help wanted
in consideration
epic

Even when clicking with locators (no coordinates), if the scaling is different from 100% we might encounter issues on recognizing and clicking elements with `RPA.Windows`. The issue was solved by...

bug
documentation
p-low

Implement the `TogglePattern` so we can check/uncheck checkboxes. - Forum [post](https://forum.robocorp.com/t/how-to-know-the-state-of-the-checkbox-enabled-or-not-in-an-exe-application/1926#post_1)

feature
in consideration

There's no trace of such importing option (sandbox login) of the library in our docs. Make it visible through code examples in: - Main library [page](https://robocorp.com/docs/libraries/rpa-framework/rpa-salesforce) - Keyword [Auth With...

documentation
onboarding

Gathering here all Invoke related improvements (and Makefile replacements): - https://github.com/robocorp/rpaframework/issues/564 - https://github.com/robocorp/rpaframework/issues/547 - https://github.com/robocorp/rpaframework/issues/482 - https://github.com/robocorp/rpaframework/issues/552 - https://github.com/robocorp/rpaframework/issues/566 - https://github.com/robocorp/rpaframework/issues/556

epic

Currently [tasks_common.py](https://github.com/robocorp/rpaframework/blob/master/tasks_common.py) implements the _libspec_ related Invoke tasks and they are reused in all the other sub-packages tasks with this [idiom](https://github.com/robocorp/rpaframework/blob/master/packages/main/tasks.py#L14-L21): ```python # Import rpaframework/tasks_common.py module from file location. tasks_common_path...

packaging
enhancement

Ability to support clicking buttons (which execute JS) in PDFs with `rpaframework`. ### References - RF Slack [thread](https://robotframework.slack.com/archives/C0115TMTADC/p1655472405875909?thread_ts=1654180877.832269&cid=C0115TMTADC) - https://github.com/digidigital/Extensions-and-Scripts-for-pyFPDF-fpdf2#embed-javascript-in-pdf

in consideration
enhancement
p-low

Ability to add input field validators which will dynamically check (as you type) and highlight wrong inputs. ### Problem scenario Asking for a six-digit number like so: ```robotframework Minimal task...

feature
in consideration