rpaframework
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
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...
TODO - [ ] core release with selenium 4.4.0 included - [ ] main release using updated core
Library RPA.Exchange.Email can't connect to Outlook Exchange server that has MFA enforced and gives just connection errors. The idea is to implement oauth support to retrieve the OTP number from...
Moved `TODO`s from _Tables.py_ module to this collating epic: - [ ] Implement column slicing - [ ] Index name conflict in exports/imports - [ ] ~Return Robot Framework DotDict...
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...
Set of generic keywords to be used with the latest available engines for processing documents: Google DocumentAI, Base64, Nanonets. Place for the library: `RPA.DocumentAI`. Engine names: `google`, `base64ai`, `nanonets`. ###...
Add support for: - [ ] adding/modifying/deleting conditional formatting from cells and/or rows - [ ] getting information about cell formatting related issue https://github.com/robocorp/rpaframework/issues/413
`RPA.Desktop.Windows` has this keyword. https://robocorp.com/docs/libraries/rpa-framework/rpa-desktop-windows/keywords#drag-and-drop usage example in Desktop.Windows library ```robotframework *** Tasks *** ${app1}= Open Using Run Dialog explorer.exe{VK_SPACE}C:\workfiles\movethese movethese ${app2}= Open Using Run Dialog wordpad.exe Document - WordPad...
The placement of the nextset() line [[370](https://github.com/robocorp/rpaframework/blob/6ea6fe480f1ade9c7c56d1bafae7c2ad3e2a1065/packages/main/src/RPA/Database.py#L370)] seems to come before one extracts the results. And thus it drops the results, on a single set, out returning an empty result...
While using the RPA.DataBase library and using the `Call Stored Procedure` keyword I got a `TypeError: cursor() got an unexpected keyword argument 'as_dict'` error. Reviewing the code for PyMySQL there...