File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
8
v0.4.0.4
2
9
- Added: _WD_IsFullScreen
3
10
- Changed (_WD_SetElementValue): Advanced option now works with more element types
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.4.0.4 "
94
+ Global Const $__WDVERSION = " 0.4.0.5 "
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"
You can’t perform that action at this time.
0 commit comments