The uia tag has no wiki summary.
1
vote
3answers
60 views
Mono didn't find UIA Bridge, but the packages are already installed
i was searching for a long time now but cant find a solution for my problem:
i compiled a c# project successfull (with monodevelop)
and when i try to run it with >mono fubar.exe
i get the following ...
0
votes
1answer
164 views
Why is SetWindowPos failing to bring windows to the front of the z-order when I have UIAccess rights? (Windows 7)
I am having trouble with SetWindowPos failing to bring windows of external processes to the top of the z-order reliably. I am able to bring windows to the front like:
...
5
votes
0answers
150 views
Is UI Automation really a good choice for the WPF application testing? [closed]
When talking about automating the UI tests conversation always ends up with the UI Automation.
Is it the only option?
I personally don't like it for one main reason - complexity. It is designed to ...
0
votes
1answer
178 views
UIA: Get ControlType from control type name (string)
Using Microsoft UI Automation. I have a string which represents UIA control type, like "Window" or "Button". I would like to get a ControlType object which fits this string. How to do it? Is some ...
0
votes
0answers
52 views
Running two tasks in parallel UIA iOS
I am running UI Automation tests for iPad.
Tests while they run , requires constant connection from server.
Consider situation something like this.
While tests are running , there is another thread ...
1
vote
1answer
166 views
Different behavior with FindAll for AutomationElement between MC++ and C#
I am trying to find the ControlType.DataItem children of a DataGrid control using UI automation in managed C++. The following snippet works from C# on a known HWND value:
var automationElement = ...
1
vote
1answer
44 views
How to get all the AutomationIDs of a WPF application in a file?
In automation of a WPF application (using UI Automation; VSTS 2010), we were adding all the Automation IDs in a Resource File manually and then access it one by one. Considering the application can ...
1
vote
1answer
131 views
Using TestComplete's UIAObject with Microsoft UI Automation Control Patterns
In TestComplete, the UIAObject "ControlPatterns" property lists the Microsoft UIA Control Patterns for an object.
General Question :
How do you invoke these control patterns against the UIAObject?
...