File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,29 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
11
11
12
12
## [ Unreleased]
13
13
14
+ ### Added
15
+
16
+ - _ WD_FrameList (@mLipok )
17
+ - _ WD_DispatchEvent
18
+
14
19
### Changed
15
20
21
+ - _ WD_CapabilitiesAdd: Support ` mobileEmulation>deviceMetrics ` capability
16
22
- _ WD_ElementSelectAction
17
23
- Added `singleSelect` command
18
24
- Revised columns returned by `options` and `selectedOptions` commands
19
25
- Refactored Javascript coding
26
+ - _ WD_FrameEnter: Added support for _ WD_FrameList style paths
27
+ - _ WD_FrameLeave: Refactored for improved functionality
28
+ - _ WD_LinkClickByText: Added ability to specify the starting element
29
+ - _ WD_LoadWait
30
+ - Improved error handling / logging
31
+ - Added ability to specify minimally acceptable page loading status
32
+
33
+ ### Fixed
34
+
35
+ - _ WD_Alert: Set correct error code when 'status' no alert present
36
+ - Improved error detection in winhttp routines
20
37
21
38
## [ 0.10.1]
22
39
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
73
73
| _ WD_Attach | Attach to existing browser tab. |
74
74
| _ WD_CheckContext | Check if browser context is still valid. |
75
75
| _ WD_ConsoleVisible | Control visibility of the webdriver console app. |
76
+ | _ WD_DispatchEvent | Create and dispatch events. |
76
77
| _ WD_DownloadFile | Download file and save to disk. |
77
78
| _ WD_ElementActionEx | Perform advanced action on designated element. |
78
79
| _ WD_ElementOptionSelect | Find and click on an option from a Select element. |
You can’t perform that action at this time.
0 commit comments