Automation runner defaults to agg input methods and tests pass

Got agg input methods working better
deleted some unneeded tests
Working on adding past image to clipboard
Working on adding past FileDropList to clipboard
This commit is contained in:
Lars Brubaker 2018-04-30 15:10:05 -07:00
parent 0237797048
commit c3653967d0
9 changed files with 56 additions and 171 deletions

View file

@ -947,9 +947,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
/// </summary>
public double TimeToMoveMouse { get; set; } = .5;
public bool UseAutomationDialogs { get; set; }
/// <summary>
/// Determins if we use actual sytem file dialogs or simulated file dialogs.
/// </summary>
public bool UseAutomationDialogs { get; set; } = true;
public bool UseAutomationMouse { get; set; }
public bool UseAutomationMouse { get; set; } = true;
public double MouseUpDelay { get; set; } = 0.2;