Skip to content

Commit e85a561

Browse files
committed
Chore: Version bump
1 parent e8e06a6 commit e85a561

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

REVISIONS.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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+
120
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)
322
- Changed (_WD_ElementActionEx): Added support for "check" and "uncheck" commands (TheDcoder)
423
- Changed (_WD_GetElementFromPoint): Added support for frames
524
- Fixed (_WD_ElementAction): Return raw response for 'shadow' command

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#EndRegion Many thanks to:
6565

6666
#Region Global Constants
67-
Global Const $__WDVERSION = "0.5.0.3"
67+
Global Const $__WDVERSION = "0.5.1.0"
6868

6969
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
7070
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"

0 commit comments

Comments
 (0)