I have a TreeView control on my form, and I\'m recursively going through the elements of another window starting with the window itself. I\'musing this to find the elements:
My manager asked me to do some automated UI tests for our Silverlight application. The problem is that this application uses some custom controls, therefore I cannot programmatically access them right
I\'m trying to find a good resource to get started with UIAutomation. I need to simulate mouse input in a WPF application. Are there any good examples out there? I couldn\'t find any开发者_如何学C, an
I have a Win32 application that I am trying UI automate. I have written a .Net winforms client which uses \'Project White\' UI automation to automate the Win32 application.
I am trying to use a predefined function but keep getting an AccessViolationException. I am using com objects as well. I call the function put_ClassName(BSTR obj) but keep getting an exception.
I have the following Applescript: tell application \"Microsoft Excel\" tell active workbook make new picture at end with properties {save with document:true, file name:\"/Users/yuval/Pictures/foobar.
I\'m using the automation API to create custom control patterns. Now that I\'ve created my custom patterns, I don\'t know how to retrieve the existence of my new patterns. I\'ve tried to use Automatio
I am doing a UI automation for a WPF ap开发者_开发技巧plication using the Microsoft UI Automation library and it works well.
So I\'m looking to bring web application testing into our .Net environment with a framework such as Selenium. At first, it\'ll probably be the developers writing the tests, but later it may be just th
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.