File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.3.0.8
2
+ - Changed (_ WD_WaitElement): Added optional parameter to check elements enabled status
3
+ - Changed (_ WD_GetTable): Optionally support faster _ HtmlTableGetWriteToArray
4
+ - Changed (_ WD_ElementAction): Allow retrieving element value with the 'value' command
5
+ - Chore: Modified #include usage
6
+
1
7
v0.3.0.7
2
8
- Fixed (__WD_CloseDriver): Properly close webdriver console
3
9
- Changed (_ WD_Option): Added support for "console" option
Original file line number Diff line number Diff line change 92
92
93
93
94
94
#Region Global Constants
95
- Global Const $__WDVERSION = " 0.3.0.7 "
95
+ Global Const $__WDVERSION = " 0.3.0.8 "
96
96
97
97
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
98
98
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments