| Name | Description |
| Unit_AppendText (System.Windows.Controls.TextBox, System.String) | Function adds text to the current text of a TextBox |
| Unit_Click (System.Windows.Controls.Button) | Function performs a Button-Click for the current control. |
| Unit_MoveSlider (System.Windows.Controls.Slider, SoftHai.Testing.UITest.SliderDirections, SoftHai.Testing.UITest.SliderChangeValues) | Function moves a slider |
| Unit_Scroll (System.Windows.Controls.ScrollViewer, System.Windows.Automation.ScrollAmount, System.Windows.Automation.ScrollAmount) | Function results in a scrolling through a ScrollView |
| Unit_Scroll (System.Windows.Controls.ListBox, System.Windows.Automation.ScrollAmount, System.Windows.Automation.ScrollAmount) | Function results in a scrolling in a ListBox by |
| Unit_ScrollToItem (System.Windows.Controls.ListBox, System.Int32) | Function scroll to a given item |
| Unit_SelectItem (System.Windows.Controls.ListBox, System.Int32) | Function selects a specified item in a ListBox |
| Unit_SelectItem (System.Windows.Controls.ComboBox, System.Int32) | Function selects a specified item in a ComboBox |
| Unit_SetFocus (System.Windows.FrameworkElement) | Sets the Fucus in the current element |
| Unit_SetPassword (System.Windows.Controls.PasswordBox, System.String) | Function Sets the text of a PasswordBox |
| Unit_SetSlider (System.Windows.Controls.Slider, System.Double) | Function set the value of a Slider |
| Unit_SetText (System.Windows.Controls.TextBox, System.String) | Function Sets the text of a TextBox |
| Unit_Toggle (System.Windows.Controls.Primitives.ToggleButton) | Function Togglet status ToggleButtons |