Skip to content

Commit 37ce723

Browse files
committed
Bump version and update change log
1 parent b96e34a commit 37ce723

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

wd_core.au3

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
; AutoIt Version : v3.3.14.3
2424
; ==============================================================================
2525
#cs
26+
V0.1.0.7
27+
- Changed: Add $sOption parameter to _WD_Action
28+
- Changed: Implemented "Actions" command in _WD_Action
29+
- Changed: Improved error handling in _WD_FindElement
30+
- Added: _WD_WaitElement
31+
2632
V0.1.0.6
2733
- Fixed: Missing variable declarations
2834
- Changed: _WD_Attach error handling
@@ -92,7 +98,7 @@
9298

9399

94100
#Region Global Constants
95-
Global Const $__WDVERSION = "0.1.0.6"
101+
Global Const $__WDVERSION = "0.1.0.7"
96102

97103
Global Const $_WD_LOCATOR_ByID = "id"
98104
Global Const $_WD_LOCATOR_ByName = "name"

0 commit comments

Comments
 (0)