ContributionsMost RecentMost LikesSolutionsRe: TypeError : textBox.Click is not a function WinFormsObject("EditVictimWizardDlg").WinFormsObject("propertyPagePanel").WinFormsObject("pagePanel").WinFormsObject("DynamicDataDisplayWizardPage").WinFormsObject("VictimMainView").WinFormsObject("splitContainer1").WinFormsObject("SplitterPanel", "").WinFormsObject("centerPanel").WinFormsObject("IDataDisplayField0").WinFormsObject("lastName") If the Script is generated with random click/coordinates, can we use the same Coordinates every time with the new build as well. Re: TypeError : textBox.Click is not a function It doesn't work. Actually the generated script was textbox.Click(14, 6) and textbox.Click(20, 9). I have removed the numbers and rerun the script. It did not work. TypeError : textBox.Click is not a function nameField = dynamicDataDisplayControl.IDataDisplayField0; textBox = nameField.firstName; textBox.Click(); textBox.SetText("Abel1"); textBox = nameField.lastName; textBox.Click(); /// Got Error while executing the script at this point textBox.SetText("Felix1");