Property Mouse
Mouse
Gets the IMouse instance that manages mouse event handling and state.
[Obsolete("The legacy static Application object is going away.")]
public static IMouse Mouse { get; }
Property Value
Remarks
This property provides access to mouse-related functionality in a way that supports parallel test execution by avoiding static state.