diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-26 00:24:10 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-26 02:56:27 +0000 |
commit | 3c979a362b59b87dee62c85403c3c1f28f59f951 (patch) | |
tree | acdfaaf7b556222b82e84380c9f1ce9eb40e72b6 /offapi/com | |
parent | 013e5bacc65710f9412de2287749a84e469056a0 (diff) |
uitest: provide a way to select a floating window, e.g. popup menu
Change-Id: Ice418b974c59c7d8c773b81a82f0a06c84547f10
Reviewed-on: https://gerrit.libreoffice.org/35699
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/ui/test/XUITest.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/test/XUITest.idl b/offapi/com/sun/star/ui/test/XUITest.idl index 89da44c7d6e7..55f234164296 100644 --- a/offapi/com/sun/star/ui/test/XUITest.idl +++ b/offapi/com/sun/star/ui/test/XUITest.idl @@ -21,6 +21,8 @@ interface XUITest void executeDialog([in] string command); XUIObject getTopFocusWindow(); + + XUIObject getFloatWindow(); }; }; }; }; }; }; |