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 71c9c37 commit 31277f7Copy full SHA for 31277f7
REVISIONS.md
@@ -1,3 +1,8 @@
1
+ v0.4.0.4
2
+ - Added: _WD_IsFullScreen
3
+ - Changed (_WD_SetElementValue): Advanced option now works with more element types
4
+ - Fixed (_WD_ElementSelectAction): Use relative xpath when calling _WD_FindElement
5
+
6
v0.4.0.3
7
- Changed (_WD_HighlightElement): Option to remove highlight
8
- Fix (_WD_SetElementValue): Corrected leftover $iMethod reference
wd_core.au3
@@ -91,7 +91,7 @@
91
#EndRegion Many thanks to:
92
93
#Region Global Constants
94
-Global Const $__WDVERSION = "0.4.0.3"
+Global Const $__WDVERSION = "0.4.0.4"
95
96
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
97
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"
0 commit comments