Skip to content

Commit 97cc9ca

Browse files
committed
Update: Change log
1 parent 6995572 commit 97cc9ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

wd_core.au3

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
; AutoIt Version : v3.3.14.3
2525
; ==============================================================================
2626
#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+
2732
V0.1.0.13
2833
- Fixed: Remove unsupported locator constants
2934
- Fixed: Return value of _WD_WaitElement
@@ -143,7 +148,7 @@
143148

144149

145150
#Region Global Constants
146-
Global Const $__WDVERSION = "0.1.0.10"
151+
Global Const $__WDVERSION = "0.1.0.14"
147152

148153
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
149154

0 commit comments

Comments
 (0)