We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b438b0 commit 096c522Copy full SHA for 096c522
wd_core.au3
@@ -27,6 +27,11 @@
27
; AutoIt Version : v3.3.14.5
28
; ==============================================================================
29
#cs
30
+ v0.3.0.2
31
+ - Fixed: WinHTTP timeout coding
32
+ - Changed (_WD_Option): Add support for DriverDetect option
33
+ - Changed (_WD_Startup): Respect DriverDetect setting
34
+
35
v0.3.0.1
36
- Changed (_WD_Window): Add support for New option
37
- Changed (_WD_Window): Add support for Print option
@@ -265,7 +270,7 @@
265
270
266
271
267
272
#Region Global Constants
268
-Global Const $__WDVERSION = "0.3.0.1"
273
+Global Const $__WDVERSION = "0.3.0.2"
269
274
275
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
276
Global Const $_WD_EmptyDict = "{}"
0 commit comments