Value of fields going back to original!

I have these fields that I need to fill in, at the moment I’m clicking on the field and assigning a date value to it, but when I move to the next field the value that I assign disappears and goes back to the original, how can I deal with that?
image

Most likely the framework used to create the data selector does not really use the textbox you see, but is only presenting the value it has ( so it’s stored somewhere else )
In that case you either need to use item.SendKeys ( or type text ) to do actually typing in the field.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.