New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.jQuery

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class jQueryControl

Inheritance: objectjQueryControl

Properties

C#
public HtmlControl BaseControl { get; }
C#
public bool IsjQueryObject { get; }
C#
public string jquery { get; }
C#
public string jQueryClientSideLocator { get; }
C#
public jQuery jQueryFind { get; }
C#
public string length { get; }
C#
public string val { get; }

Methods

C#
public string GetAttributeValue(string attribute)
Parameters:attributestringReturns:

string

C#
public void InvokejQueryEvent(jQueryControl.jQueryControlEvents jqEvent, jQueryEventObject args)
Parameters:jqEventjQueryControl.jQueryControlEventsargsjQueryEventObject
C#
public void InvokejQueryEvent(jQueryControl.jQueryControlEvents jqEvent)
Parameters:jqEventjQueryControl.jQueryControlEvents
C#
public string InvokejQueryFunction(string funcName)
Parameters:funcNamestringReturns:

string

C#
public T InvokejQueryFunction<T>(string funcName)
Parameters:funcNamestringReturns:

T