Skip to content

Commit 35c5f43

Browse files
authored
Update documentation (#395)
1 parent c69b0ea commit 35c5f43

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,29 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
1111

1212
## [Unreleased]
1313

14+
### Added
15+
16+
- _WD_FrameList (@mLipok)
17+
- _WD_DispatchEvent
18+
1419
### Changed
1520

21+
- _WD_CapabilitiesAdd: Support `mobileEmulation>deviceMetrics` capability
1622
- _WD_ElementSelectAction
1723
- Added `singleSelect` command
1824
- Revised columns returned by `options` and `selectedOptions` commands
1925
- 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
2037

2138
## [0.10.1]
2239

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ This au3WebDriver UDF (project) allows to interact with any browser that support
7373
| _WD_Attach | Attach to existing browser tab. |
7474
| _WD_CheckContext | Check if browser context is still valid. |
7575
| _WD_ConsoleVisible | Control visibility of the webdriver console app. |
76+
| _WD_DispatchEvent | Create and dispatch events. |
7677
| _WD_DownloadFile | Download file and save to disk. |
7778
| _WD_ElementActionEx | Perform advanced action on designated element. |
7879
| _WD_ElementOptionSelect | Find and click on an option from a Select element. |

0 commit comments

Comments
 (0)