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 55
55
; AutoIt Version : v3.3.14.5
56
56
; ==============================================================================
57
57
#cs
58
+ v0.3.0.4
59
+ - Added: _WD_ExecuteCdpCommand (TheDcoder)
60
+ - Changed (_WD_UpdateDriver): Add support for MSEdge (Chromium)
61
+ - Changed (_WD_Shutdown): Allow shutdown of specific module by name or PID
62
+ - Changed (_WD_Startup): Notify if WinHTTP UDF needs updated
63
+ - Changed: Improved error handling / HTTP timeout detection
64
+
58
65
v0.3.0.3
59
66
- Added: _WD_SetTimeouts
60
67
- Added: _WD_GetElementById
305
312
306
313
307
314
#Region Global Constants
308
- Global Const $__WDVERSION = " 0.3.0.3 "
315
+ Global Const $__WDVERSION = " 0.3.0.4 "
309
316
310
317
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
311
318
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments