Skip to content

Tags: microsoft/WinAppDriver

Tags

v1.2.99

Toggle v1.2.99's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update supporting documentation (#1309)

* Create SUPPORT.md

* Create SECURITY.md

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update supporting documentation (#1309)

* Create SUPPORT.md

* Create SECURITY.md

v1.2-RC

Toggle v1.2-RC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #895 from licanhua/addjs

Provide JavaScript examples: WinAppDriver + selenium-webdriver and WinAppDriver + WebDriverIO

UIR-v1.1

Toggle UIR-v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'master' into master

v1.1.1

Toggle v1.1.1's commit message
Merged PR 2803772: UX improvements to UI Recorder

Changes include the following:
1) Add Application Insights to log telemetry events (Will add new Application Insights key before merge to master)
2) Show recorded xpath in tree view
3) Enable root session selection
4) UIXPath.lib return xpath instead of xml node
5) Tree node inspection

Related work items: #18822570

v1.1

Toggle v1.1's commit message
Merged PR 2192439: Update WebDriverAPI test for better coverage, comp…

…atibility with older application, and higher success rate

Add W3C Actions API endpoint as a supported endpoint in the README.md
Add a test scenario for pen barrel button click operation using W3C Actions API
Create FindAppTitleBar in AlarmsClockBase WebDriverAPI tests to support older apps
Update Window WebDriverAPI tests to use Edge private windows
Refactor add alarm page dismissal and create a helper function
Strategically add delay to prevent false negatives

v1.1-RC

Toggle v1.1-RC's commit message
Merged PR 2192439: Update WebDriverAPI test for better coverage, comp…

…atibility with older application, and higher success rate

Add W3C Actions API endpoint as a supported endpoint in the README.md
Add a test scenario for pen barrel button click operation using W3C Actions API
Create FindAppTitleBar in AlarmsClockBase WebDriverAPI tests to support older apps
Update Window WebDriverAPI tests to use Edge private windows
Refactor add alarm page dismissal and create a helper function
Strategically add delay to prevent false negatives

UiR_v1.0-RC

Toggle UiR_v1.0-RC's commit message
Merged PR 1985435: Implement WinAppDriver UIRecorder Tool

v1.1-Preview

Toggle v1.1-Preview's commit message
Create a sample test to demonstrate pen actions using built-in Sticky…

… Notes application

Add scenario to draw simple basic pen strokes as the main basic example
Add scenario to draw strokes with extra attributes such as pressure, twist, and tilt angle
Add scenario to erase previously drawn strokes using the pen eraser
Create README.md to provide more details on how to perform various pen actions

v1.0

Toggle v1.0's commit message
Merged PR 997267: Update WebDriverAPI test, documentation, and samples

Fix WebDriverAPI test for DELETE /session/:sessionId/window endpoint by nullifying session after quit
Update the list of tested WebDriverAPI endpoints in the WebDriverAPI README.md
Update Calculator and Notepad samples to use the latest official MSTest packages