I have a date picker in the application which does not offer custom date insertion, but only navigation Previous/Next. In my test scenario I need to set exact date, because I will verify the calculation for the same month. I have found some references that Test Studio is able to set the text of a field like this directly through the DOM, even if you cannot edit it through the UI.
Is there any example how this can be done?