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 6995572 commit 97cc9caCopy full SHA for 97cc9ca
wd_core.au3
@@ -24,6 +24,11 @@
24
; AutoIt Version : v3.3.14.3
25
; ==============================================================================
26
#cs
27
+ V0.1.0.14
28
+ - Fixed: Improve error handling in _WD_NewTab
29
+ - Fixed: Screenshot option in _WD_Window
30
+ - Fixed: Close handles in __WD_Get, __WD_Post, __WD_Delete
31
+
32
V0.1.0.13
33
- Fixed: Remove unsupported locator constants
34
- Fixed: Return value of _WD_WaitElement
@@ -143,7 +148,7 @@
143
148
144
149
145
150
#Region Global Constants
146
-Global Const $__WDVERSION = "0.1.0.10"
151
+Global Const $__WDVERSION = "0.1.0.14"
147
152
153
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
154
0 commit comments