Skip to content

akaer/FlaUI-Powershell-Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaUI Powershell Demos

Here you will find some automation samples for using FlaUI within Microsoft Powershell. For the sake of clarity the Pester framework is used.

Calculator

Calculator automation

Requirements

Pester

Check current version

Get-Module -Name Pester -ListAvailable

Install latest stable version

Install-Module -Name Pester -Force -SkipPublisherCheck -Scope AllUsers

Run tests

Tests can be started by the command: Invoke-Pester -Output Detailed or by pressing F5 within VSCode or Powershell ISE.

Hints

The scripts are tested against:

  • Windows 10 1809 (OS Build 17763.2237)
  • Windows 10 21H2 (OS Build 19044.2728)
  • Windows 11 25H2 (OS Build 26200.8524)
$PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.19041.2673
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.2673
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Contribution

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are highly appreciated.

  1. Fork this project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under MIT License. See LICENSE for more information.

Releases

No releases published

Packages

 
 
 

Contributors