CommonHelper Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents a common helper class.
Inheritance Hierarchy

SystemObject
  Telerik.TestingFramework.Controls.KendoUICommonHelper

Namespace:  Telerik.TestingFramework.Controls.KendoUI
Assembly:  Telerik.TestingFramework.Controls.KendoUI (in Telerik.TestingFramework.Controls.KendoUI.dll) Version: 2012.1.322.0 (2012.1.322.0)
Syntax

public static class CommonHelper

The CommonHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGenArray
A helper method to generate an array of integers with given count.
Public methodStatic memberGetControl
Get the HtmlControl type of the given element.
Public methodStatic memberGetControlType
Get the control type of the given element.
Public methodStatic memberGetInputControl
Get the HtmlInputControl type of the given element.
Public methodStatic memberGetInputControlType
Get the input control type of the given element.
Public methodStatic memberRemoveWhiteSpaces
A helper method for removing whitespaces from strings.
Top
See Also

Reference