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 536da20 commit cf3eb76Copy full SHA for cf3eb76
wd_core.au3
@@ -24,6 +24,12 @@
24
; AutoIt Version : v3.3.14.3
25
; ==============================================================================
26
#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
+
33
V0.1.0.8
34
- Changed: Improve error handling in _WD_Attach
35
- Fixed: Missing "window" in URL for _WD_Window
@@ -108,7 +114,7 @@
108
114
109
115
110
116
#Region Global Constants
111
-Global Const $__WDVERSION = "0.1.0.8"
117
+Global Const $__WDVERSION = "0.1.0.9"
112
118
113
119
Global Const $_WD_LOCATOR_ByID = "id"
120
Global Const $_WD_LOCATOR_ByName = "name"
0 commit comments