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
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at mmarquee.automation.controls.AutomationContainer.getElementByControlType(AutomationContainer.java:110)
at mmarquee.automation.controls.AutomationContainer.getDocument(AutomationContainer.java:768)
at cz.krasnyd.writer.Test.main(Test.java:20)
When I look to inspect.exe (screenshot below), I see there some Document elements and I want get their value. Other functionalies works well (e.g. function getButton) and for example this code:
Hi,
I think you'll have to follow the hierarchy down, getting each level. Not sure that we have a 'Group' control though.
Is this a publicly available program so I can look at it and see whether I can get the control you want?
Mark
I am really sorry, but I seem to be locked out of the email address and Microsoft won't unlock it. I have changed the email address to my personal one, so if you can resend it that would be super. If not, I'll understand
I have this code:
But it throws this exception:
When I look to inspect.exe (screenshot below), I see there some Document elements and I want get their value. Other functionalies works well (e.g. function getButton) and for example this code:
...returns me some Document elements, but I cannot get their value. Don't you know where the problem might be or do I use the library wrong?
*some things are in my local language ("vlastní" = "Custom", "podokno" = "Pane", "skupina" = "Group")
The text was updated successfully, but these errors were encountered: