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:
parent
0237797048
commit
c3653967d0
9 changed files with 56 additions and 171 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue