Hi!
I have a question.
Let's view http://www.artoftest.com/Samples/SampleApplication.html example.
I want to set some concrete date in calendar, e.g. 20th of December.
I created test in Recorder, and that's how click on date is recorded:
Pages.SampleApplication.SilverlightApp.Item24Calendardaybutton.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 10, 6,
ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Pixel, ((System.Windows.Forms.Keys)(0)));
But if I would play this test in another month, Item24Calendardaybutton will not be 20th of December anymore. How should I customize my code to select 20th number always?