Skip to content

Commit 31277f7

Browse files
committed
Feat: Release 0.4.0.4
1 parent 71c9c37 commit 31277f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

REVISIONS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
v0.4.0.3
27
- Changed (_WD_HighlightElement): Option to remove highlight
38
- Fix (_WD_SetElementValue): Corrected leftover $iMethod reference

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#EndRegion Many thanks to:
9292

9393
#Region Global Constants
94-
Global Const $__WDVERSION = "0.4.0.3"
94+
Global Const $__WDVERSION = "0.4.0.4"
9595

9696
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
9797
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"

0 commit comments

Comments
 (0)