File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
11
v0.3.1.1
2
12
- Fix (_WD_ElementOptionSelect): Correctly capture and re-throw errors (seadoggie01)
3
13
- Fix (__WD_CloseDriver): Call ProcessWaitClose to ensure each process closes
Original file line number Diff line number Diff line change 91
91
#EndRegion Many thanks to:
92
92
93
93
#Region Global Constants
94
- Global Const $__WDVERSION = " 0.3.1 .1"
94
+ Global Const $__WDVERSION = " 0.4.0 .1"
95
95
96
96
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
97
97
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
@@ -1689,4 +1689,4 @@ Func __WD_ConsoleWrite($sMsg)
1689
1689
Else
1690
1690
FileWrite ($_WD_CONSOLE , $sMsg )
1691
1691
EndIf
1692
- EndFunc
1692
+ EndFunc
You can’t perform that action at this time.
0 commit comments