File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
v0.4.0.1
2
12
- Added: _WD_PrintToPDF
3
13
- Fix (_WD_Window): Properly handle 'print' result
Original file line number Diff line number Diff line change 91
91
#EndRegion Many thanks to:
92
92
93
93
#Region Global Constants
94
- Global Const $__WDVERSION = " 0.4.0.1 "
94
+ Global Const $__WDVERSION = " 0.4.0.2 "
95
95
96
96
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
97
97
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments