You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Synthuse to automate some tests but have a problem where I right click on something to bring up a context menu, but then if I try to use Synthuse to get the contents of the menu of course it disappears immediately when the app loses focus. Any idea on how that might work?
The text was updated successfully, but these errors were encountered:
Hey Alex
To work with menus and context menus we can use 2 configurable shortcut keys. First to refresh the Windows Enumerated XML while the menu system is open you can press the Refresh shortcut keys CTRL+SHIFT+3
This setting is configurable in the synthuse.properties file. For example:
targetKey=`
refreshKey=3
The second shortcut key is the target key, which will automatically target
whatever your mouse is hovering over. To use that you simply hover over the menu item with the mouse and press the keys CTRL+SHIFT+`
I'm trying to use Synthuse to automate some tests but have a problem where
I right click on something to bring up a context menu, but then if I try to
use Synthuse to get the contents of the menu of course it disappears
immediately when the app loses focus. Any idea on how that might work?
—
Reply to this email directly or view it on GitHub #8.
Hi Ed,
I'm trying to use Synthuse to automate some tests but have a problem where I right click on something to bring up a context menu, but then if I try to use Synthuse to get the contents of the menu of course it disappears immediately when the app loses focus. Any idea on how that might work?
The text was updated successfully, but these errors were encountered: