File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 26
26
; AutoIt Version : v3.3.14.5
27
27
; ==============================================================================
28
28
#cs
29
+ v0.2.0.4
30
+ - Added: _WD_DownloadFile
31
+ - Added: Global variable to hold session details
32
+ - Changed: wd_demo
33
+ - Added: GUI front-end
34
+ - Added: DemoDownload
35
+ - Changed: DemoWindows, DemoTimeouts, DemoElements
36
+ - Fixed: __WD_CloseDriver now closes child console processes
37
+
29
38
v0.2.0.3
30
39
- Fixed: Missing include file
31
40
- Fixed: _WD_Execute timeout detection / handling
213
222
214
223
215
224
#Region Global Constants
216
- Global Const $__WDVERSION = " 0.2.0.3 "
225
+ Global Const $__WDVERSION = " 0.2.0.4 "
217
226
218
227
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
219
228
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments