Mavnus04

Results 6 issues of Mavnus04

The Open Dialog keyword does not currently report a return value, however it appears there is a `return app_instance` at the end of the function. Suggested to update documentation to...

documentation

Consider updating the documentation to include an example of using search_criteria. Maybe also update the possible different search_criteria that is accepted. Looks to be related to `WINDOWS_LOCATOR_STRATEGIES ` https://github.com/robocorp/rpaframework/blob/2a6a4abe56c7fece4f9cfed1ba488774393abdd8/packages/main/src/RPA/Desktop/Windows.py#L1296-L1311

documentation

Just running your example code and I get this at the end of the run: ``` C:\Program Files\Python37\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, ``` Also, I had to...

I am experiencing a strange situation when I go to select a menu item in this application. Using robotframework-flaui version 2.0.9 python 3.7.9 Robot Framework 5.0 The menu item I...

I am having an issue pressing several keys on my application. I can send a single key press with t'~' without an issue. But when I try to send `ALT+SHIFT+-`...

bug

Unable to set text in clipboard with PySide6 when pywinauto.application.Application is imported. Simply not importing it globally, or only importing at within a single function, fixes this issue. Windows 10...