linyi_cy

Results 7 issues of linyi_cy

for Java Application, the controls in the same Page window; some controls can be inspected, by some can't ,I don't Know why ,can somone tell me ,what's the access bridge...

I want to get the element by mouse point,but when I use GetNodePathAt It return the table ,not the cell inside, I can get the table's Children ,But the cell...

in the class AccessibleContextNode,there are two method to get the node ,one is "GetNodePathAtWorker" and the other is "GetNodePathAtUsingAccessBridge" ,for some applications the "GetNodePathAtWorker" can work fine,but "GetNodePathAtUsingAccessBridge" can not...

for one java application in my client's computer,the access bridge explorer is not work, the ui of access bridge explorer can't show the element tree,but the uipath can, It can...

befor I Open one application ,I can use Uiautomation.GetDeskTop().GetAllChildren() to get all children .But When I open one application ,After call Uiautomation.GetDeskTop(),when I call GetAllChildren ,the desktop'sChildren ,the thread blocked,and...

Frequent create NamedPipeClient instance to Connect Server can cause memory leak `Task.Factory.StartNew(() => { while (true) { i++; NamedPipeClient _client2 = new NamedPipeClient(Constants.PIPE_NAME); _client2.ServerMessage += OnServerMessage; _client2.Disconnected += OnDisconnected; _client2.Start();...