ClassCommonHelper
Class
Represents a common helper class.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
cs-api-definition
public static class CommonHelper
Inheritance: objectCommonHelper
Methods
GenArray(int)
A helper method to generate an array of integers with given count.
GetControl(Element)
Get the HtmlControl type of the given element.
Declaration
cs-api-definition
public static HtmlControl GetControl(Element element)
Parameters
element
The element to get the control type of.
Returns
The HtmlControl type of the given element.
GetControlType(Element)
Get the control type of the given element.
GetInputControl(Element)
Get the HtmlInputControl type of the given element.
Declaration
cs-api-definition
public static HtmlInputControl GetInputControl(Element element)
Parameters
element
The element to get the control type of.
Returns
The HtmlInputControl type of the given element.
GetInputControlType(Element)
Get the input control type of the given element.
RemoveWhiteSpaces(string)
A helper method for removing whitespaces from strings.