-
Notifications
You must be signed in to change notification settings - Fork 486
Home
JakeGinnivan edited this page Jan 5, 2013
·
10 revisions
Welcome to the White wiki!
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
Simply add the below code to your test setup
CoreAppXmlConfiguration.Instance.InvertMouseButtons = !System.Windows.Forms.SystemInformation.MouseButtonsSwapped;