Skip to content

Commit 9ebb8e0

Browse files
committed
Version bump
1 parent 9058e6e commit 9ebb8e0

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

REVISIONS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v0.5.1.1
2+
- Added: _WD_JsonActionKey, _WD_JsonActionPause, and _WD_JsonActionPointer functions
3+
- Changed (_WD_ElementActionEx): Added support for 'click' action
4+
- Changed (_WD_UpdateDriver): Attempts to identify current architecture if $bFlag64 is Default.
5+
- Changed (__WD_DetectError): Detect "no such alert"
6+
- Changed (_WD_ElementSelectAction): Performance of "Options" significantly improved by reducing Webdriver calls
7+
- Fixed (_WD_Alert): Improve alert detection
8+
- Fixed (_WD_UpdateDriver): $bForce / $KEYWORD_NULL implementation (again)
9+
- Chore: Updated wd_demo.au3
10+
- Improved console output in DemoScript
11+
- Display screenshots in DemoWindows
12+
- Improved console output & in DemoAlerts
13+
- Corrected 'sendtext' coding in DemoAlerts
14+
- Added "update" option
15+
- Added "headless" option
16+
- Added DemoPrint routine
17+
118
v0.5.1.0
219
- Changed: _WD_GetElementFromPoint
320
- Sets @Extended to shown context changed

Webdriver.chm

736 Bytes
Binary file not shown.

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#EndRegion Many thanks to:
6565

6666
#Region Global Constants
67-
Global Const $__WDVERSION = "0.5.1.0"
67+
Global Const $__WDVERSION = "0.5.1.1"
6868

6969
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
7070
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"

0 commit comments

Comments
 (0)