or
Manager.Desktop.KeyBoard.KeyPress(Keys.Enter);Window cancelButton = WindowManager.FindWindowRecursively(dialog.Window.Handle, "Cancel", false, 0);manager.Current.Desktop.Mouse.Click(MouseClickType.LeftClick, cancelButton.Location);elem = radWindow1InnerFrame.Find.ById("ctl00_ctl00_cphContent_cphContent_cd1_NameTexBox_text");radWindow1InnerFrame.Actions.SetText(elem, "exampleText ");