I am attempting to write some UI automation tests for a WPF application that is using Caliburn.Micro and White. I am using CM\'s builtin conventions to bind my controls to the view model\'s properties
[edit] I intend to build some external add on to VLC player, so for that I\'m using the FindWindow type of functions in order to control the VLC player from my program.
My WPF application menus fail to work with Dragon Natually Speaking, and hence I assume other screen readers and accessibility software. I want my software to work well for my blind and disabled custo
I have an application that does some automation on an arbitrary Windows application. I\'ve been using Notepad to test it.
I\'m designing an NLP (Natural Language Processing) application in python and I want to use the following UNL (Universal Networking Language) EnConverter that is an executable gui - 3rd party - applic
This is probably futile, but I\'m wondering if anyone out there has experience doing this. I\'m trying to access a Silverlight application hosted within Google Chrome by using Syst开发者_如何学Python
I recently used the Mozmill addon/tool do some UI automation. This has worked really well so far, except when I\'m trying to set and then read some cookies. When I use Mozmill to set cookies, I don\'t
I\'m automating some windows stuff with Python, using PIL to take screenshots and such. the issue is that sometimes, deep in some function, I\'ll do a time.sleep(1) and the GUI app I\'m interfacing wi
Is there a way to access the UAC prompts via UIAutomation (I\'m writing a test for an installation process).
I\'m trying to automate an installation wizard and I needed to click on a button that is not enabled.