File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.5.0.1
2
+ - Added: _WD_Capabilities functions (mLipok)
3
+ - Changed (_WD_UpdateDriver): Added ability to check for newer webdriver without performing update
4
+ - Chore: Updated wd_demo.au3 (mLipok)
5
+ - Au3Check compatibility
6
+ - Script no longer exits after running selected demos
7
+ - Demonstrate usage of new _WD_Capabilities functions
8
+ - Changed (__WD_Sleep): Set @error to $_WD_ERROR_UserAbort in case of error (mLipok)
9
+
1
10
v0.4.1.2
2
11
- Added: _WD_CheckContext
3
12
- Fixed (_WD_NewTab): Return error on _WD_Window failure
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.1.2 "
94
+ Global Const $__WDVERSION = " 0.5.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"
You can’t perform that action at this time.
0 commit comments