Skip to content

Commit 5a4d6d9

Browse files
committed
feat: release 0.3.0.8
1 parent 2dcbf91 commit 5a4d6d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

REVISIONS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
v0.3.0.7
28
- Fixed (__WD_CloseDriver): Properly close webdriver console
39
- Changed (_WD_Option): Added support for "console" option

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393

9494
#Region Global Constants
95-
Global Const $__WDVERSION = "0.3.0.7"
95+
Global Const $__WDVERSION = "0.3.0.8"
9696

9797
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
9898
Global Const $_WD_EmptyDict = "{}"

0 commit comments

Comments
 (0)