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 found that some controls of some software cannot be located by UI Automation of inspect, but can be located by MSAA, so how to write this project for MSAA?
In addition,attributes arguments of Application.java should be initialized to an empty string.Otherwise,application.launchOrAttach() will be error as it will transfer this.getAutomation().launchOrAttach(this.pathName, this.arguments);(equal this.getAutomation().launchOrAttach(this.pathName, null) , this.getAutomation().launchOrAttach(this.pathName, "") is ok )
The text was updated successfully, but these errors were encountered:
Hello and greetings,
I found that some controls of some software cannot be located by UI Automation of inspect, but can be located by MSAA, so how to write this project for MSAA?
In addition,attributes arguments of Application.java should be initialized to an empty string.Otherwise,application.launchOrAttach() will be error as it will transfer this.getAutomation().launchOrAttach(this.pathName, this.arguments);(equal this.getAutomation().launchOrAttach(this.pathName, null) , this.getAutomation().launchOrAttach(this.pathName, "") is ok )
The text was updated successfully, but these errors were encountered: