Roman
Roman
This would be really great. I used wo have a shortcut for "jira xxx-3123" which opened my local jira instance with the argument[0] as ticket. Maybe just allow a regex...
I just found out for my scenario, I can use the "Web search" plugin.
Did you ever find a solution for this?
Can you provide some more code? If I just use ```csharp var automation = new UIA3Automation(); var clickedElement = automation.FromPoint(Mouse.Position); ``` while the mouse is over any menu or object...
It is MenuItem. Regardless of If I use the File menu or any item below.
But when I use an submenu-item, this item is not directly in the tree below the "File MenuItem", instead it creates a new "File Menu" item in the root which...
I can't reproduce it. I tried to recreate it but it works without issues. When you use Click, it moves the mouse cursor. Is the cursor on the right element...
It seems that the control does not support the `ExpandCollapsePattern`. So you probably need to fallback to `Keyboard` inputs or `Mouse` clicks at the correct location.
Is the problem in the `GetRowByIndex` or the `Cells` property? Please check which one.
It is a known issue that somehow and UIA framework is bound to a process. So you cannot use UIA2 and UIA3 in the same process, you need separate processes...