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 b96e34a commit 37ce723Copy full SHA for 37ce723
wd_core.au3
@@ -23,6 +23,12 @@
23
; AutoIt Version : v3.3.14.3
24
; ==============================================================================
25
#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
+
32
V0.1.0.6
33
- Fixed: Missing variable declarations
34
- Changed: _WD_Attach error handling
@@ -92,7 +98,7 @@
92
98
93
99
94
100
#Region Global Constants
95
-Global Const $__WDVERSION = "0.1.0.6"
101
+Global Const $__WDVERSION = "0.1.0.7"
96
102
97
103
Global Const $_WD_LOCATOR_ByID = "id"
104
Global Const $_WD_LOCATOR_ByName = "name"
0 commit comments