So I can do the following and then pass those options to the validate class -
- Code: Select all
Ranorex.Validate.Options o = new Validate.Options();
o.CreateScreenshot = Validate.CreateScreenshot.Always;
How can I make these the default options though?
Thanks