Microsoft Windows automation (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


== Tools for desktop app automation testing ==
== Tools for desktop app automation testing ==
=== Sikulix ===
* [http://sikulix.com/ SikuliX] Home Page
* Automates anything you see on the screen of your desktop computer running Windows, Mac, or some Linux/Unix. It uses image recognition powered by OpenCV to identify and control GUI components. You can both automate desktop or web applications regardless of any technology. It is useful when there is no easy access to a GUI’s internal or source code.
* Was an open-source research project at the User Interface Design Group at MIT.


=== WinAppDriver ===
=== WinAppDriver ===

Revision as of 08:55, 29 July 2024

Microsoft Windows automation

Tools for desktop app automation testing

Sikulix

  • SikuliX Home Page
  • Automates anything you see on the screen of your desktop computer running Windows, Mac, or some Linux/Unix. It uses image recognition powered by OpenCV to identify and control GUI components. You can both automate desktop or web applications regardless of any technology. It is useful when there is no easy access to a GUI’s internal or source code.
  • Was an open-source research project at the User Interface Design Group at MIT.

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