-
Updated
Nov 27, 2020 - Objective-C
ui-automated-tests
Here are 19 public repositories matching this topic...
-
Updated
Sep 18, 2020 - Java
-
Updated
Apr 8, 2019 - Java
-
Updated
Nov 24, 2020 - Objective-C
-
Updated
Sep 18, 2020 - Java
-
Updated
Sep 21, 2020 - C#
-
Updated
Aug 3, 2019 - HTML
-
Updated
Apr 2, 2015 - Shell
-
Updated
Nov 27, 2020 - Python
-
Updated
Jul 11, 2018 - C#
-
Updated
Dec 17, 2018 - C#
-
Updated
Oct 17, 2019 - C#
-
Updated
Aug 7, 2018 - C#
-
Updated
Jun 5, 2020 - TypeScript
-
Updated
May 22, 2019 - Java
-
Updated
Sep 20, 2020 - Java
-
Updated
Jan 29, 2020 - C#
-
Updated
Oct 12, 2017 - Kotlin
Improve this page
Add a description, image, and links to the ui-automated-tests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ui-automated-tests topic, visit your repo's landing page and select "manage topics."
I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using
Application().start
. I've tried to locate it usingDesktop
, but got quite confused..Any help on this?