Commit Graph

16 Commits

Author SHA1 Message Date
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
bc3c070ea8 WPF and regular Win32 windows are now supported
Added support for dragging target on WPF windows and building simple
xpath statements.  Fixed some null results in native library and
increased performance of enumerating wpf windows.  Still need to tweak
filters for picking up Silverlight handles too.
2014-04-07 22:19:47 -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
f6db3768d9 update version 2014-03-21 01:14:17 -04:00
Edward Jakubowski
1b33ca6de0 updates to mouse commands
Added setTargetOffset, and mouse will move to target window for click,
rightclick and double click
2014-03-21 01:10:06 -04:00
Edward Jakubowski
4f65c0b921 fixed unmapped characters, added gitignore 2014-03-12 21:55:43 -04:00
Edward Jakubowski
3f5cd65610 Fixed sendKeys special character issue
Sendkeys didn't like certain built-in VK constants, instead have to
combine shift + 1,2,3,4...

Also removed external jna dependencies, since ivy/ant can download them
with the command: ant resolve
2014-03-05 05:43:07 -05:00
Edward Jakubowski
2a64731e9d added apache ant and ivy build files
to download dependency libraries with ivy type: ant resolve
to build the Synthuse project type: ant dist
2014-02-28 12:00:50 -05:00
Edward Jakubowski
f152b1a6d6 updated readme with link 2014-02-20 19:53:36 -05:00
Edward Jakubowski
f1dcac8e73 Added screen shots to docs 2014-02-17 10:46:19 -05:00
Edward Jakubowski
fd8509f911 fixed Test IDE window 2014-02-17 10:35:54 -05:00
Edward Jakubowski
d2c58a859d Update README.md 2014-02-16 22:14:28 -05:00
Edward Jakubowski
2a7d618f59 Synthuse version 1.0.5
base version by ejakubowski
2014-02-16 21:56:24 -05:00
ejakubowski
5cc705777b Initial commit 2014-02-04 10:52:42 -08:00