Gets/Sets whether to validate all mouse actions to ensure they are within the browser's content window.
If this is set to true, any mouse action outside that region will throw an exception.
Syntax| C# |
public bool ValidateMouseActionsWithinBrowserContent { get; set; }
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
