File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.4.0.3
2
+ - Changed (_WD_HighlightElement): Option to remove highlight
3
+ - Fix (_WD_SetElementValue): Corrected leftover $iMethod reference
4
+ - Fix (_WD_FrameEnter) Properly handle Null index (mLipok)
5
+ - Fix (_WD_SelectFiles) Properly set value of $sFuncName (mLipok)
6
+ - Fix (_WD_ElementActionEx) Properly terminate JSON string
7
+ - Chore (_WD_IsLatestRelease) Remove unneeded code for saving debug level (seadoggie01)
8
+ - Chore (_WD_GetShadowRoot) Remove unused variable (seadoggie01)
9
+
1
10
v0.4.0.2
2
11
- Added: _WD_GetSession
3
12
- Changed (_WD_FrameEnter): Allow Null as valid index value
7
16
- Fixed: doubleclick and clickandhold now honor button parameter
8
17
- Added: modifierclick
9
18
- Changed (_WD_SetElementValue): Added "advanced" option
10
-
19
+
11
20
v0.4.0.1
12
21
- Added: _WD_PrintToPDF
13
22
- 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.2 "
94
+ Global Const $__WDVERSION = " 0.4.0.3 "
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