Giter Site home page Giter Site logo

flaui's Introduction

FlaUI

Introduction

FlaUI is a .Net library which helps with automated UI testing of Windows applications (Win32, WinForms, WPF, Store Apps, ...).
It is based on the newest native UI Automation Library from Microsoft to support all cutting-edge technologies.
FlaUI wraps almost everything from the UI Automation Library but also provides the native objects in case someone has a special need which is not covered (yet).
FlaUI implements it's own wrapper around the native UIA Library. Some ideas are copied from the project UIAComWrapper and Teststack.White but rewritten from scratch to have a clean codebase.

Build Status

Repo Build Tests
FlaUI Build status Test status

Usage

var app =  Application.Launch("notepad.exe");
var window = app.GetMainWindow();
app.Automation.Keyboard.Write("Hello FlaUI!");
var app = Application.Launch("calc.exe");
var window = app.GetMainWindow();
var button1 = window.FindFirst(TreeScope.Descendants, ConditionFactory.ByText("1")).AsButton();
button1.Invoke();

Contribution

Feel free to fork FlaUI and send pull requests of your modifications.
You can also create issues if you find problems or have ideas on how to further improve FlaUI.

flaui's People

Contributors

maxinfet avatar roemer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.