Skip to content
JakeGinnivan edited this page Jan 5, 2013 · 10 revisions

Welcome to the White wiki!

Getting Started

FAQ

What is the difference between System.Windows.Automation and the COM UIA Api?

White was written against the .net managed automation API (Refered to as SWA from now on) which is under the System.Windows.Automation namespace. This managed wrapper has custom behaviours over the COM Api, but does not support many new automation patterns added in Windows 7 & 8.

Read more here

I use my mouse left handed and have my mouse buttons swapped in Windows

Simply add the below code to your test setup CoreAppXmlConfiguration.Instance.InvertMouseButtons = !System.Windows.Forms.SystemInformation.MouseButtonsSwapped;

Clone this wiki locally