Microsoft Windows automation (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
* Micro Focus UFT
* Micro Focus UFT
* [[SikuliX (nonfiction)]]
* [[SikuliX (nonfiction)]]
=== PowerShell ===
Get The Windows App ID of an application:
<pre>get-StartApps | Where-Object {$_.Name -like '*Application Name*'}</pre>


== Examples ==
== Examples ==

Revision as of 12:39, 26 July 2024

Microsoft Windows automation

Tools for desktop app automation testing

WinAppDriver

Appium

Webdriver.io (WDIO)

See also

PowerShell

Get The Windows App ID of an application:

get-StartApps | Where-Object {$_.Name -like '*Application Name*'}

Examples

Appium 1

In the News

Fiction cross-reference

Nonfiction cross-reference

Categories

External links

  • How to automate tasks in Windows @ The Verge (4 April 2024) - You can save a lot of time and effort by automating repetitive actions, although some methods can get seem complex at first

Social media