Simulates moving through a series of positions (e.g., for testing hover states).
public void HoverPath(Interactive target, Point[] positions, int pauseDuration = 100)
The target control.
Positions to move through.
Time to pause at each position in milliseconds.