You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merged PR 2174094: Create samples and unit tests for W3C Actions API endpoint covering pen and multi touch interactions
Create a new Paint3DTest sample test project highlighting multi-touch and pen input feature
Create a new Paint sample test project highlighting multi-touch feature and performance
Create a sample test to demonstrate pen actions using built-in Sticky Notes application
Create new unit tests for the new W3C WebDriver Actions API endpoint
Update WebDriverAPI to use appium-dotnet-driver preview that has W3C WebDriver Actions API
Related work items: #16393884, #16393929, #17988917
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
Paint3DTest is a sample test project that demonstrates how to perform pen and multi-touch interactions through the actions API using the Windows 10 built-in **Paint 3D** application.
4
+
5
+
This test project highlights some Actions API interactions below.
6
+
- Drawing and erasing using pen strokes
7
+
- Performing pinch and zoom multi-touch gestures
8
+
9
+
10
+
## Requirements
11
+
12
+
- Windows 10 PC with the latest Windows 10 version (Version 1607 or later)
13
+
- Microsoft Visual Studio 2017 or later
14
+
15
+
16
+
## Getting Started
17
+
18
+
1.[Run](../../../README.md#installing-and-running-windows-application-driver)`WinAppDriver.exe` on the test device
0 commit comments