rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

Desktop Windows - Open Dialog - Update documentation or function

Open Mavnus04 opened this issue 4 years ago • 1 comments

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 include this return and update the examples for it. All other 'Open *' keywords return the app instance id.

https://github.com/robocorp/rpaframework/blob/2a6a4abe56c7fece4f9cfed1ba488774393abdd8/packages/main/src/RPA/Desktop/Windows.py#L672-L728

Mavnus04 avatar Jan 21 '22 00:01 Mavnus04

@Mavnus04 Similar to this, maybe Control Window will do the job for you here and has the right documentation.

cmin764 avatar Mar 24 '22 16:03 cmin764

RPA.Windows is the new black now.

cmin764 avatar Oct 12 '22 13:10 cmin764