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 afeb5fc commit 00ad1d0Copy full SHA for 00ad1d0
wd_core.au3
@@ -24,6 +24,12 @@
24
; AutoIt Version : v3.3.14.3
25
; ==============================================================================
26
#cs
27
+ V0.1.0.15
28
+ - Fixed: __WD_Post now suppports Unicode text
29
+ - Changed: Add support for Unicode text to _WD_ElementAction's "value" option
30
+ - Changed: Add support for BinaryFormat option to _WD_Option
31
+ - Added: _WD_LoadWait
32
+
33
V0.1.0.14
34
- Fixed: Improve error handling in _WD_NewTab
35
- Fixed: Screenshot option in _WD_Window
@@ -148,7 +154,7 @@
148
154
149
155
150
156
#Region Global Constants
151
-Global Const $__WDVERSION = "0.1.0.14"
157
+Global Const $__WDVERSION = "0.1.0.15"
152
158
153
159
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
160
0 commit comments