Skip to content

Commit 55b3c2d

Browse files
committed
feat: release 0.4.0.1
1 parent e7d3822 commit 55b3c2d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

REVISIONS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.4.0.1
2+
- Added: _WD_PrintToPDF
3+
- Fix (_WD_Window): Properly handle 'print' result
4+
- Changed (_WD_ElementActionEx): Added 'hide' and 'show' options
5+
- Changed (_WD_ElementAction): Added support for Shadow, CompRole & CompLabel actions
6+
- Changed (_WD_GetShadowRoot): Use _WD_ElementAction instead of _WD_ExecuteScript
7+
- Changed (_WD_NewTab): Use native Webdriver commands when Javascript isn't required
8+
- Changed (_WD_FindElement): Support shadow roots
9+
- Changed (_WD_Window): Support 'full' option for screenshots
10+
111
v0.3.1.1
212
- Fix (_WD_ElementOptionSelect): Correctly capture and re-throw errors (seadoggie01)
313
- Fix (__WD_CloseDriver): Call ProcessWaitClose to ensure each process closes

wd_core.au3

Lines changed: 2 additions & 2 deletions
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.3.1.1"
94+
Global Const $__WDVERSION = "0.4.0.1"
9595

9696
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
9797
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"
@@ -1689,4 +1689,4 @@ Func __WD_ConsoleWrite($sMsg)
16891689
Else
16901690
FileWrite($_WD_CONSOLE, $sMsg)
16911691
EndIf
1692-
EndFunc
1692+
EndFunc

0 commit comments

Comments
 (0)