Commit Graph

7 Commits

Author SHA1 Message Date
Edward Jakubowski
acf215fe00 Update native bridge to UI Automation for speed and reliability
Native UI Automation bridge redesigned for speed and reliability.  The
bridge library has been renamed to UiaBridge.  Native components use VS
2010 C++ and .Net 4.
2014-04-29 23:33:10 -04:00
Edward Jakubowski
2389b13eb7 Added Support for Silverlight. Added more unit tests
Support for automating Silverlight in firefox and Internet Explorer is
now supported, along with WPF and regular Win32.
2014-04-08 22:40:43 -04:00
Edward Jakubowski
1809e2ad55 Updated Synthuse to list WPF and Silverlight Windows
The WpfBridge native library can now enumerate all WPF and Silverlight
Windows and list them in Synthuse.  Still need to add a method to
connect the Drag Target to locate the WPF window.
2014-04-05 17:24:08 -04:00
Edward Jakubowski
d92f85e1b8 Adding WpfBridge for automation of WPF and Silverlight
WpfBridge allows java to access .net 4 UI Automation libraries.  This
library enables Synthuse to access and automation WPF and Silverlight
apps.
2014-04-03 22:29:36 -04:00
Edward Jakubowski
2e1723f66e reorganized CommandProcessor, added open and displayText commands
Commands are categorized in to sections, Keyboard, Mouse, Windows, File,
and Main.
The open command will open an application.
The displayText command displays a status text for a period of time.
Added unit test for CommandProcessor.
2014-03-25 13:00:29 -04:00
Edward Jakubowski
4f65c0b921 fixed unmapped characters, added gitignore 2014-03-12 21:55:43 -04:00
Edward Jakubowski
2a7d618f59 Synthuse version 1.0.5
base version by ejakubowski
2014-02-16 21:56:24 -05:00