Mika Hänninen
Mika Hänninen
Below is an example of the feature. suite = robot.api.TestSuite('Example') test = suite.tests.create('T1', tags=['example']) test.keywords('Log', ['message']) **suite.save('tests.robot')**
TODO - [ ] core release with selenium 4.4.0 included - [ ] main release using updated core
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...
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...
Originates from the need of having `cache-control` setup for the `Upload File` keyword. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/s3.html#boto3.s3.transfer.TransferConfig todo. - [ ] add extra arguments support for `Downloaf Files`, `Upload File` and `Upload Files`...