Skip to content

Commit

Permalink
Chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Danp2 committed Jan 19, 2022
1 parent e8e06a6 commit e85a561
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion REVISIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
v0.5.1.0
- Changed: _WD_GetElementFromPoint
- Sets @Extended to shown context changed
- Additional error checking
- Changed (_WD_ExecuteScript): Add support for return of additional subnodes
- Added: $_WD_JSON_* constants
- Chore: Update various functions to use $_WD_JSON_* constants
- Changed (_WD_GetBrowserVersion): Returns "0" on failure instead of "" *** Script breaking change ***
- Changed (_WD_GetWebDriverVersion): Returns "0" on failure instead of "None" *** Script breaking change ***
- Changed: _WD_UpdateDriver
- Added checks for valid installation directory
- Added check for existing 32/64 bit driver
- Fixed $bForce / $KEYWORD_NULL implementation
- Improved version comparison
- Improved zip extraction
- Fixed regex used with geckodriver
- Changed (_WD_Screenshot): Improved error handling
- Fixed (_WD_GetShadowRoot, _WD_SelectFiles, _WD_SetTimeouts): Correctly initialize return value

v0.5.0.3
- Changed (_WD_ExecuteScript): Optionally return value node instead of raw JSON (mLipok)
- Changed (_WD_ExecuteScript): Optionally return value node instead of entire JSON response (mLipok)
- Changed (_WD_ElementActionEx): Added support for "check" and "uncheck" commands (TheDcoder)
- Changed (_WD_GetElementFromPoint): Added support for frames
- Fixed (_WD_ElementAction): Return raw response for 'shadow' command
Expand Down
2 changes: 1 addition & 1 deletion wd_core.au3
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#EndRegion Many thanks to:

#Region Global Constants
Global Const $__WDVERSION = "0.5.0.3"
Global Const $__WDVERSION = "0.5.1.0"

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

0 comments on commit e85a561

Please sign in to comment.