File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 24
24
; AutoIt Version : v3.3.14.5
25
25
; ==============================================================================
26
26
#cs
27
+ v0.2.0.2
28
+ - Added: _WD_IsLatestRelease
29
+ - Added: _WD_UpdateDriver
30
+ - Changed: __WD_Get and __WD_Put updated to detect invalid URL
31
+ - Changed: __WD_Get and __WD_Put updabed to handle both HTTP and HTTPS requests
32
+ - Changed: __WD_CloseDriver - Optional parameter to indicate driver to close
33
+ - Fixed: __WD_Put and __WD_Delete use correct port
34
+ - Fixed: Timeout detection / handling
35
+
27
36
v0.2.0.1
28
37
- Added: _WD_GetShadowRoot
29
38
- Added: _WD_SelectFiles
33
42
- Changed: Modified _WD_jQuerify with additional parameters for timeout / alternate jQuery source
34
43
35
44
v0.1.0.21
36
- - Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _WD_Window
45
+ - Fixed: 'maximize', 'minimize', 'fullscreen' options now work correctly in _WD_Window
37
46
- Fixed: Prevent runtime error dialog from appearing when function call succeeded
38
47
39
48
V0.1.0.20
198
207
199
208
200
209
#Region Global Constants
201
- Global Const $__WDVERSION = " 0.2.0.1 "
210
+ Global Const $__WDVERSION = " 0.2.0.2 "
202
211
203
212
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
204
213
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments