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.3.0.9
2
+ - Changed (_ WD_GetTable): Filter html elements by default when using _ HtmlTableGetWriteToArray
3
+ - Fix (_ WD_DownloadFile): Handle error from InetRead
4
+ - Changed (_ WD_DownloadFile): Add $iOptions parameter
5
+ - Chore: Updated wd_demo.au3
6
+ - Update binary location of Edge browser
7
+ - Update DemoDownload example
8
+ - Misc updates
9
+
1
10
v0.3.0.8
2
11
- Changed (_ WD_WaitElement): Added optional parameter to check elements enabled status
3
12
- Changed (_ WD_GetTable): Optionally support faster _ HtmlTableGetWriteToArray
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.8 "
95
+ Global Const $__WDVERSION = " 0.3.0.9 "
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