File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.5.0.3
2
+ - Changed (_WD_ExecuteScript): Optionally return value node instead of raw JSON (mLipok)
3
+ - Changed (_WD_ElementActionEx): Added support for "check" and "uncheck" commands (TheDcoder)
4
+ - Changed (_WD_GetElementFromPoint): Added support for frames
5
+ - Fixed (_WD_ElementAction): Return raw response for 'shadow' command
6
+ - Fixed (_WD_GetShadowRoot): Use shadow root identifier
7
+
1
8
v0.5.0.2
2
9
- Added: CHM help file (water)
3
10
- Changed (_WD_Capabilities): Added support for "binary" option (mLipok)
Original file line number Diff line number Diff line change 64
64
#EndRegion Many thanks to:
65
65
66
66
#Region Global Constants
67
- Global Const $__WDVERSION = " 0.5.0.2 "
67
+ Global Const $__WDVERSION = " 0.5.0.3 "
68
68
69
69
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
70
70
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments