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 Pester Powershell module
The scripts are tested with Windows 10 Version 1809 (OS Build 17763.2237) and Windows 10 21H2 (OS Build 19044.2728).
$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
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.
- 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
Tests can be started by the command: Invoke-Pester -Output Detailed
or by pressing F5 within VSCode or Powershell ISE.
Distributed under MIT License. See LICENSE for more information.