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 am trying to automate an old app and I encounter some issues.
The main Window is ClassName=ThunderRT6MDIForm
The child Windows are ClassName=ThunderRT6FormDC
Buttons are ClassName=ThunderRT6CommandButton
Some tables are ClassName=MSHFlexGridWndClass (no children detected)
I am able to read the application state but...
Invoke() on buttons result in: the requests pattern Invoke #10000 is not supported
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to automate an old app and I encounter some issues.
The main Window is
ClassName=ThunderRT6MDIForm
The child Windows are
ClassName=ThunderRT6FormDC
Buttons are
ClassName=ThunderRT6CommandButton
Some tables are
ClassName=MSHFlexGridWndClass
(no children detected)I am able to read the application state but...
Tested with UIA2 and UIA3.
Anyone knows what UI framework it is?
Do you have any idea how I can click buttons?
Beta Was this translation helpful? Give feedback.
All reactions