Results 29 comments of Canhua Li

I would like to sperate key and the modifiers. [RNW keyboard implementation] ``` export interface INativeKeyboardEvent { altKey: boolean; ctrlKey: boolean; metaKey: boolean; shiftKey: boolean; key: string; code: string; eventPhase:...

Have you tried ``` appCapabilities.SetCapability("ms:experimental-webdriver", true); ```

@TroyWalshProf Are you using appium to connect with WinAppDriver? ms:experimental-webdriver mimics some of the response of W3c, but not all of them. For `{"status":100,"value":{"error":"invalid argument","message":"Bad capabilities. Specify either app or...

Instead of the direct connection with WinAppDriver, you can use Appium as the bridge between. I saw [appium-windows-driver](https://www.npmjs.com/package/appium-windows-driver) is open sourced and supports W3C Here are two kinds of connections:...

Apparently, the community projects like Appium iterate faster than WinAppDriver. My opinion: 1. Keep your test framework in old version, and wait for WinAppDriver fix 2. Alternatively, you may drive...

Please follow https://github.com/microsoft/WinAppDriver/blob/master/Docs/UsingAppium.md

Maybe you can start with [Java Sample](https://github.com/microsoft/WinAppDriver/tree/master/Samples/Java)

may consider update adaptivecards too in ![image](https://user-images.githubusercontent.com/6290692/190226228-22f2359e-176a-4bca-b27b-71cb16c6e211.png)

Can you create a PR for this? It's hard to track in issue and add comments. (Easy to be lost) I prefer header as just a container: 1. we may...

Please continue the discussion on the PR. I moved all comments to https://github.com/microsoft/AdaptiveCards/pull/7751