Skip to content

Commit 18d636e

Browse files
committed
Version bump
1 parent a4f1442 commit 18d636e

File tree

2 files changed

+8
-1
lines changed

2 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.4.0.5
2+
- Changed (_WD_WaitElement): Added support for $_WD_OPTION_NoMatch (mLipok)
3+
- Changed (_WD_WaitElement): Always return Element ID
4+
- Fixed: InetRead() @error handling (mLipok)
5+
- Changed: Expose _WD_GetBrowserVersion and _WD_GetWebDriverVersion (mLipok)
6+
- Changed: Renamed _Base64Decode to __WD_Base64Decode
7+
18
v0.4.0.4
29
- Added: _WD_IsFullScreen
310
- Changed (_WD_SetElementValue): Advanced option now works with more element types

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#EndRegion Many thanks to:
9292

9393
#Region Global Constants
94-
Global Const $__WDVERSION = "0.4.0.4"
94+
Global Const $__WDVERSION = "0.4.0.5"
9595

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

0 commit comments

Comments
 (0)