File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.5.1.0
2
+ - Changed: _WD_GetElementFromPoint
3
+ - Sets @Extended to shown context changed
4
+ - Additional error checking
5
+ - Changed (_WD_ExecuteScript): Add support for return of additional subnodes
6
+ - Added: $_WD_JSON_* constants
7
+ - Chore: Update various functions to use $_WD_JSON_* constants
8
+ - Changed (_WD_GetBrowserVersion): Returns "0" on failure instead of "" *** Script breaking change ***
9
+ - Changed (_WD_GetWebDriverVersion): Returns "0" on failure instead of "None" *** Script breaking change ***
10
+ - Changed: _WD_UpdateDriver
11
+ - Added checks for valid installation directory
12
+ - Added check for existing 32/64 bit driver
13
+ - Fixed $bForce / $KEYWORD_NULL implementation
14
+ - Improved version comparison
15
+ - Improved zip extraction
16
+ - Fixed regex used with geckodriver
17
+ - Changed (_WD_Screenshot): Improved error handling
18
+ - Fixed (_WD_GetShadowRoot, _WD_SelectFiles, _WD_SetTimeouts): Correctly initialize return value
19
+
1
20
v0.5.0.3
2
- - Changed (_WD_ExecuteScript): Optionally return value node instead of raw JSON (mLipok)
21
+ - Changed (_WD_ExecuteScript): Optionally return value node instead of entire JSON response (mLipok)
3
22
- Changed (_WD_ElementActionEx): Added support for "check" and "uncheck" commands (TheDcoder)
4
23
- Changed (_WD_GetElementFromPoint): Added support for frames
5
24
- Fixed (_WD_ElementAction): Return raw response for 'shadow' command
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.3 "
67
+ Global Const $__WDVERSION = " 0.5.1.0 "
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