Here you will find some automation samples for using FlaUI within Microsoft Powershell. For the sake of clarity the Pester framework is used.
- Windows PowerShell 5.1+
- Installed the current version of Pester Powershell module!
Get-Module -Name Pester -ListAvailableInstall-Module -Name Pester -Force -SkipPublisherCheck -Scope AllUsersTests can be started by the command: Invoke-Pester -Output Detailed or by pressing F5 within VSCode or Powershell ISE.
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.1Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are highly appreciated.
- Fork this project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under MIT License. See LICENSE for more information.
