|
@@ -65,12 +65,10 @@ typedef struct {
|
65
|
65
|
* \brief The top-level include for all projects involving libcvautomation
|
66
|
66
|
* \details This source file includes all other files needed for libcvautomation projects, and also defines the cvautomationList and cvaPoint structs to be used among libcvautomation functions.
|
67
|
67
|
* \author Bradlee Speice
|
68
|
|
- * \date 7/18/2012
|
69
|
68
|
*/
|
70
|
69
|
|
71
|
70
|
/** \mainpage Libcvautomation
|
72
|
71
|
* \author Bradlee Speice <<a href="mailto:bspeice@uncc.edu">bspeice@uncc.edu</a>>
|
73
|
|
- * \date 7/18/2012
|
74
|
72
|
* \section intro Introduction
|
75
|
73
|
* Welcome to Libcvautomation!
|
76
|
74
|
* Libcvautomation is a GUI automation and testing tool based on image recognition and response. This program was designed as a direct replacement for <a href="http://sikuli.org">Sikuli</a> and <a href="https://wiki.ubuntu.com/Xpresser">Xpresser</a>. I was having incredible difficulty getting either of these solutions to work - Sikuli would crash whenever I tried to take a screenshot, and Xpresser was both too new for our Prominent North American Enterprise Linux systems, but also didn't work or \c import correctly. I really liked the way each of these programs approached GUI automation, but they simply didn't work. Additionally, I wanted to create a simple solution - it does what you want it to, and that's it.
|
|
@@ -86,7 +84,6 @@ typedef struct {
|
86
|
84
|
|
87
|
85
|
/** \page libcvautomation
|
88
|
86
|
* \author Bradlee Speice <<a href="mailto:bspeice@uncc.edu">bspeice@uncc.edu</a>>
|
89
|
|
- * \date 7/18/2012
|
90
|
87
|
* \section intro Introduction
|
91
|
88
|
* Welcome to Libcvautomation!
|
92
|
89
|
* Libcvautomation is a GUI automation and testing tool based on image recognition and response. This program was designed as a direct replacement for <a href="http://sikuli.org">Sikuli</a> and <a href="https://wiki.ubuntu.com/Xpresser">Xpresser</a>. I was having incredible difficulty getting either of these solutions to work - Sikuli would crash whenever I tried to take a screenshot, and Xpresser was both too new for our Prominent North American Enterprise Linux systems, but also didn't work or \c import correctly. I really liked the way each of these programs approached GUI automation, but they simply didn't work. Additionally, I wanted to create a simple solution - it does what you want it to, and that's it.
|
|
@@ -102,7 +99,7 @@ typedef struct {
|
102
|
99
|
|
103
|
100
|
/** \page writing_app_tests Writing Application Tests
|
104
|
101
|
* \author Bradlee Speice <<a href="mailto:bspeice@uncc.edu">bspeice@uncc.edu</a>>
|
105
|
|
- * \date 7/18/2012
|
|
102
|
+ * \date 7/23/2012
|
106
|
103
|
* \section audience Audience
|
107
|
104
|
* <ul>
|
108
|
105
|
* <li>This document was written for people with some intermediate knowledge of BASH.
|