Skip to content

Commit 022bba3

Browse files
committed
Chore: Version bump
1 parent 0f9d7d8 commit 022bba3

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

REVISIONS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
v0.5.0.2
29
- Added: CHM help file (water)
310
- Changed (_WD_Capabilities): Added support for "binary" option (mLipok)

Webdriver.chm

-17.5 KB
Binary file not shown.

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.2"
67+
Global Const $__WDVERSION = "0.5.0.3"
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)