06-03-2025, 02:23 PM
Try to check UIA and then move the mouse over that UI object.
Try
If the window class name is like "SunAwtFrame", try to enable JAB, for example in Options > OS.
If nothing works, use the "Find image" tool instead.
If want to focus that object, often the easiest and best way is keyboard, like
Try
Shift+F3, while the mouse is in that window, to switch the capturing method.If the window class name is like "SunAwtFrame", try to enable JAB, for example in Options > OS.
If nothing works, use the "Find image" tool instead.
If want to focus that object, often the easiest and best way is keyboard, like
keys.send("Tab*3");.
