File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 25
25
; AutoIt Version : v3.3.14.5
26
26
; ==============================================================================
27
27
#cs
28
+ v0.2.0.3
29
+ - Fixed: Missing include file
30
+ - Fixed: _WD_Execute timeout detection / handling
31
+
28
32
v0.2.0.2
29
33
- Added: _WD_IsLatestRelease
30
34
- Added: _WD_UpdateDriver
31
35
- Changed: __WD_Get and __WD_Put updated to detect invalid URL
32
36
- Changed: __WD_Get and __WD_Put updabed to handle both HTTP and HTTPS requests
33
37
- Changed: __WD_CloseDriver - Optional parameter to indicate driver to close
34
38
- Fixed: __WD_Put and __WD_Delete use correct port
35
- - Fixed: Timeout detection / handling
39
+ - Fixed: _WD_Navigate timeout detection / handling
36
40
37
41
v0.2.0.1
38
42
- Added: _WD_GetShadowRoot
208
212
209
213
210
214
#Region Global Constants
211
- Global Const $__WDVERSION = " 0.2.0.2 "
215
+ Global Const $__WDVERSION = " 0.2.0.3 "
212
216
213
217
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
214
218
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments