File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 24
24
; AutoIt Version : v3.3.14.3
25
25
; ==============================================================================
26
26
#cs
27
+ V0.1.0.10
28
+ - Changed: Add support for non-standard error codes in _WD_Alert
29
+ - Changed: Detect non-present alert in _WD_Alert
30
+ - Changed: __WD_Error coding
31
+ - Fixed: Correctly set function error codes
32
+ - Added: _WD_LastHTTPResult
33
+
27
34
V0.1.0.9
28
35
- Changed: Force command parameter to lowercase in _WD_Action
29
36
- Changed: Enhanced error checking in _WD_FindElement
114
121
115
122
116
123
#Region Global Constants
117
- Global Const $__WDVERSION = " 0.1.0.9 "
124
+ Global Const $__WDVERSION = " 0.1.0.10 "
118
125
119
126
Global Const $_WD_LOCATOR_ByID = " id"
120
127
Global Const $_WD_LOCATOR_ByName = " name"
You can’t perform that action at this time.
0 commit comments