Is their a API for getting the tab order of controls?
I am working on creating some UI Automation for a WPF application for my company and I would like to get the tab order of the controls on a form. Currently I am just sending the tab key to check the...
View ArticleModal dialog using white ui automation
i have been struggling to upload a picture . by automation my dialog box is opened but suggest me how to select a picture and save that automatically
View ArticleStart applications snapped to left or right
Windows Shortcut files allow applications to be started maximised, restored (normal) or minimized. As snapped to the left or right are additional temporary window states, why not add them as options in...
View Articlewhite core ui automation
how to convert white.core.uiitems.windowitems.window to system.windows.window
View ArticleNarrator not reading the textblock's text consistently in windows phone 8.1...
I am working in a windows phone 8.1 winrt application in which i was asked to design controls to be screen readable. If narrator is enabled in windows phone, controls has to read their content when...
View ArticleCOM/COM+ or Windows Communication Foundation (WCF)?
We are developing a desktop application for Windows using C#. The application does some heavy calculation and drives specialized hardware. Our application should expose some functionality that third...
View Articlecould image icon on win32 tree control item node be identified by UI automation?
Hi all,I notice that in http://msdn.microsoft.com/en-us/library/ms743384.aspx, it says that TreeItem could have zero or more child node such as image or checkbox.For standard win32 CTreeCtrl, we could...
View ArticleLooking for an IT app for tracking recurring maintenance jobs
Hello, I run a department that has multiple weekly, monthly tasks. (not everything can be automated) I’m looking for a web base application that manages these tasks for tracking. For...
View ArticleSpell checking alt tags
I am a college teacher who is trying to make as much of my teaching accessible as possible. I write extensive alt-tags for all the pictures in my Powerpoint lectures. It drives me crazy to have to...
View ArticleVisual Studio 2012 Windows 7 UIAutomation
using System; using System.Windows.Automation; using System.Windows.Forms; namespace Sandbox083116 { public partial class Form1 : Form { private AutomationElement formAutomationElement; public Form1()...
View ArticleWindows 7 64 bits office 2010 Dim c As New CUIAutomation not working (unable...
Below I am unable to get this working in Excel 2010 under windows 7 as I am unable to set a reference to uiatuomatocore.dll.Any suggestions to get this working from VBAThe easy (working) example in VBA...
View ArticleRunTimeID is zero on the Toolbar button controls of winForm
Hi, When I am trying to access RunTimeId on button controls inside the toolbar of technology WinForm using method AutomationElement.GetRunTimeId() it is giving empty values but when I check with...
View ArticleGetRunTimeId on AutomationElement not giving correct value
Hi, When I am trying to access RunTimeId on button controls inside the toolbar of technology WinForm using method AutomationElement.GetRunTimeId() it is giving empty values but when I check with...
View ArticleHOWTO use C#/.NET UI-Automation with Chrome.
Please help,I am using the UI-Automation with .NET/C# for IE and Edge, and now want to make it work for Chrome. I think I am past the UAC issues, but, I can not get any UI-Automation like...
View ArticleHOWTO Deal with UAC vs UI-Automation.
Please help,We have a C#/.NET apoplication that uses Interop.UIAutomationClient, and ultimately calls such functionality as the "ElementFromPoint"...
View ArticleRegular Expressions in PropertyCondition objects
Does anyone know if support for Regular Expressions be added to the PropertyCondition class in a future update to the UI Automation Framework?Say, for example, I am trying to write automated tests for...
View ArticleLate binding CUIAutomation in VBA or VBSCRIPT
With references set in VBA I can dodim c as new cuiautomationbut when I want to do it with createobject (for example from VBScript where I cannot set reference upfront) then i am unable to doset...
View ArticleIn the Microsoft Mouse and Keyboard Center how do I set the "my favorites"...
Why are the built-in commands like "Logoff", "Lock Computer", "Search", etc. restricted from the "my favorites" keys labeled 1-5 in the Mouse and Keyboard Center. It seems that the my favorites...
View ArticleHow to use PXE Server to push a spefic installation(win10/win8/win7) to a...
Hi, I've already used the MDT and WDS to do an PXE installtion test. Currently the client can boot from PXE and will find the PXE server, then I need to chose which OS to install.Can I do it like...
View ArticleHRESULT E_FAIL returned from call to COM component - UIAutomationClient
Hi, We are using UIAVerify tool on Win 7 64 bit OS. While using this tool we get "HRESULT E_FAIL returned from COM" exception very often. Exception details are as,...
View Article