A customer reports the following problem: - Record standard SetText action against a input field requiring date to enter - Checks SimulateRealTyping - the step executes just fine typing the text as defined - Convert the steps to code and execute it Expect: Types the text as the non-coded one Actual: Clicks and doesn't type anything This is due to a difference between recorded and coded step - the latter missing to clear the text prior to typing. Work-around: add the action as a first line in the code, for example this.ActiveBrowser.Actions.SetText(Pages.Zorgverzekering2014.GeboorteDatumText, ""); Test to reproduce will be attached internally.