-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_notes.txt
22 lines (16 loc) · 1.28 KB
/
release_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
EazyE2E 1.0.1 Release Notes
1. Fixed NullReferenceException that occurs when querying for an element that ends up not being found. Now, null is returned instead.
EazyE2E 1.0.2 Release Notes
1. Fixed InvalidOperationException that would occur every time EzElement.Parent was accessed
2. Fixed issue where if invokePattern is not set on EzElement that clicks will fail silently. Now, if invokePattern is not set, then an exception will be thrown
3. Added summery comment to EzElement.ControlType (was missed during initial release)
EazyE2E 1.0.3 Release Notes
1. Added xml comments to all classes
EazyE2E 1.0.4 Release Notes
1. Updated EzProcess.Argumets property to be a getter only. Also modified EzProcess.StartProcess to include an optional string to pass arguments when the process is started
2. Added new EzProcess constructor which creates an EzProcess instance based on a System.Diagnostics.Process
3. Added a new method to EzProcess called AttachToExistingProcess. It is static so it can be used to create an instance of EzProcess
4. Added comments to EzMouseFunctions and EzKeyboardFunctions classes
5. Updated EzkeyboardFunctions to include: SendWithWait, RepeatKey, ShiftCombination, CtrlCombination, AltCombination
EazyE2E 1.0.5 Release Notes
1. Updated documenation and copyrights