File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
v0.5.1.0
2
19
- Changed: _WD_GetElementFromPoint
3
20
- Sets @Extended to shown context changed
Original file line number Diff line number Diff line change 64
64
#EndRegion Many thanks to:
65
65
66
66
#Region Global Constants
67
- Global Const $__WDVERSION = " 0.5.1.0 "
67
+ Global Const $__WDVERSION = " 0.5.1.1 "
68
68
69
69
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
70
70
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments