fiuba08 / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

Keyword to display System Menu of an application #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide a keyword that can be used to display the system menu (the 
menu displayed when a right click is done on the title bar of an 
application)

Original issue reported on code.google.com by roopa.ma...@gmail.com on 20 Oct 2008 at 4:40

GoogleCodeExporter commented 9 years ago
Which kind of application are you dealing with?

Whether this is possible to implement in the short term depends on the 
technology used. 

Original comment by janne.t....@gmail.com on 20 Oct 2008 at 5:17

GoogleCodeExporter commented 9 years ago
Our application is a Java Application (Swing based UI).

Original comment by roopa.ma...@gmail.com on 20 Oct 2008 at 8:14

GoogleCodeExporter commented 9 years ago
This is not currently possible.
As far as I know, the Swing API does not offer any access to the window menu, 
and in
any case the contents of the window menu depend on operating system and window
manager in use. 

If you have any other questions regarding Swing application testing, please 
refer to
our SwingLibrary project at 
http://code.google.com/p/robotframework-swinglibrary/

Original comment by janne.t....@gmail.com on 20 Oct 2008 at 8:52