Skip to content

Commit cf3eb76

Browse files
authored
Version bump (#15)
* Fixes - Changed: Force command parameter to lowercase in _WD_Action - Changed: Enhanced error checking in _WD_FindElement * Version bump
1 parent 536da20 commit cf3eb76

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
@@ -24,6 +24,12 @@
2424
; AutoIt Version : v3.3.14.3
2525
; ==============================================================================
2626
#cs
27+
V0.1.0.9
28+
- Changed: Force command parameter to lowercase in _WD_Action
29+
- Changed: Enhanced error checking in _WD_FindElement
30+
- Added: _WD_GetMouseElement
31+
- Added: _WD_GetElementFromPoint
32+
2733
V0.1.0.8
2834
- Changed: Improve error handling in _WD_Attach
2935
- Fixed: Missing "window" in URL for _WD_Window
@@ -108,7 +114,7 @@
108114

109115

110116
#Region Global Constants
111-
Global Const $__WDVERSION = "0.1.0.8"
117+
Global Const $__WDVERSION = "0.1.0.9"
112118

113119
Global Const $_WD_LOCATOR_ByID = "id"
114120
Global Const $_WD_LOCATOR_ByName = "name"

0 commit comments

Comments
 (0)