ClassKendoAngularInput
KendoAngularInput base control
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Input
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public abstract class KendoAngularInput : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularInput
Derived Classes:
Inherited Members
Constructors
KendoAngularInput()
Initializes a new instance of the KendoInput class.
Declaration
public KendoAngularInput()
KendoAngularInput(Element)
Initializes a new instance of the KendoInput class.
Fields
Properties
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
TypeText(string)
Types text into the input.
Declaration
public void TypeText(string valueTyped)
Parameters
valueTyped
The text to be typed.
TypeText(string, int)
Types text into the input. KeyHoldTime internally set to 50.
TypeText(string, int, int, bool, ScrollToVisibleType)
Types text into the input.
Declaration
public void TypeText(string valueTyped, int delayBetweenKeypresses, int keyHoldTime, bool useUnicode = true, ScrollToVisibleType scrollType = ScrollToVisibleType.ElementTopAtWindowTop)
Parameters
valueTyped
The text to be typed.
delayBetweenKeypresses
The time for each key press.
keyHoldTime
The time to hold the key pressed.
useUnicode
Unicode Support.
scrollType
Specifies how element should be put into view.