jQueryExtensionjQuery Method (BaseTest)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns the jQuery object associated with the BaseTest object.

Namespace:  ArtOfTest.WebAii.jQuery
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public static jQuery jQuery(
	this BaseTest baseTest
)

Parameters

baseTest
Type: ArtOfTest.WebAii.TestTemplatesBaseTest
The BaseTest object to get the jQuery object from.

Return Value

Type: jQuery
A jQuery object.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BaseTest. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference