Mika Hänninen

Results 47 issues of 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')**

enhancement
priority: medium

TODO - [ ] core release with selenium 4.4.0 included - [ ] main release using updated core

enhancement

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`. ###...

feature
help wanted
p-high
portal

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

enhancement

`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...

in consideration
enhancement
p-low

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...

feature
in consideration

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)....

feature
in consideration

### 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...

documentation
epic
dependency
p-high
breaking

[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...

documentation
feature
in consideration
p-low
partner

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`...

documentation
enhancement