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
e.g. POST request with headers and basic auth requires 4 lines of code and list and dict that are both a bit clumsy to handle with RF syntax: ``` &{Headers}...
For modern instance of database when you try connect using DRIVER={SQL Server} it will not allow establish connection. ex. values that required DRIVER={ODBC Driver 17 for SQL Server} it would...
I would like to be able to run the same code in my development environment (with browser window visible) and then transfer it to Robocorp Cloud for container headless runs...
The exact list of keywords that need glob support is not obvious, but here are the candidates: Change File Extension **Copy File** (Copy Files?) Copy Directory Empty Directory **Move File**...
Sometimes it is necessary to extract a Table from exact area e.g. B3-D13. It might be logical to be able to also insert a Table into a specific location in...
Initial version should be able to do web scraping for elements on the page, especially tables using `BeautifulSoup` package. Could be added as a new separate library or feature included...
Polling would be looking for the process run exit considering timeout and possibly state conditions. The user would get returned details on the process run results (including possible run artifacts)....
### Affected rpaframework "parts" - `rpaframework-core` package - `rpaframework `package and especially `RPA.Browser.Selenium` library - dependency `robotframework-seleniumlibrary` needs to be upgraded to minimum version of 6.0.0 - dependency `robotframework-seleniumtestability` needs...
[Related to this example Robot](https://github.com/mikahanninen/robocorp-controlroom-lastpass) Python example of the how Firefox extension can be installed ```python @keyword def firefox_install_addon(self, path, temporary=None): # 'path' is absolute path to the addon that...
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)