File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
#include < WinAPIProc.au3>
5
5
#include < JSON.au3> ; https://www.autoitscript.com/forum/topic/148114-a-non-strict-json-udf-jsmn
6
6
#include < WinHttp.au3> ; https://www.autoitscript.com/forum/topic/84133-winhttp-functions/
7
+
7
8
#ignorefunc _WD_IsLatestRelease
8
9
#Region Description
9
10
; ==============================================================================
26
27
; AutoIt Version : v3.3.14.5
27
28
; ==============================================================================
28
29
#cs
30
+ v.0.2.0.9
31
+ - Changed: _WD_Status now returns Dictionary object instead of raw JSON string
32
+ - Changed: Add support for DebugTrim option to _WD_Option
33
+ - Changed: Remove check for $HTTP_STATUS_SERVER_ERROR (chromedriver relic)
34
+ - Changed: Improved output from _WD_IsLatestRelease
35
+ - Fixed: Default arguments for _WD_ExecuteScript should be empty string
36
+ - Fixed: Remvoed unneeded string conversion
37
+ - Added: Generic error detection routine
38
+
29
39
v.0.2.0.8
30
40
- Fixed: Error handling in _WD_IsLatestRelease
31
41
- Changed: Add support for DriverClose option to _WD_Option
249
259
250
260
251
261
#Region Global Constants
252
- Global Const $__WDVERSION = " 0.2.0.8 "
262
+ Global Const $__WDVERSION = " 0.2.0.9 "
253
263
254
264
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
255
265
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments