Skip to content

Commit 6964653

Browse files
committed
feat: release 0.4.0.2
1 parent b007209 commit 6964653

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

REVISIONS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.4.0.2
2+
- Added: _WD_GetSession
3+
- Changed (_WD_FrameEnter): Allow Null as valid index value
4+
- Changed (_WD_ElementActionEx): Added support for childCount action
5+
- Changed (_WD_WaitElement): Switch to single parameter for options *** Script breaking change ***
6+
- Changed: _WD_ElementActionEx
7+
- Fixed: doubleclick and clickandhold now honor button parameter
8+
- Added: modifierclick
9+
- Changed (_WD_SetElementValue): Added "advanced" option
10+
111
v0.4.0.1
212
- Added: _WD_PrintToPDF
313
- Fix (_WD_Window): Properly handle 'print' result

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.1"
94+
Global Const $__WDVERSION = "0.4.0.2"
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)