Skip to content

akaer/FlaUI-Powershell-Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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.

Requirements

Hints

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

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

Run Pester tests

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

License

Distributed under MIT License. See LICENSE for more information.

Releases

No releases published

Packages

No packages published