Click or drag to resize

IWebObjectQuerySelectorAllT Method

Finds all child objects that match the specified CSS selector.

Namespace:  SmartBear.TestLeft.TestObjects.Web
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
IEnumerable<T> QuerySelectorAll<T>(
	string selector
)
where T : class, IWebObject

Parameters

selector
Type: SystemString
A CSS selector that describes the objects to be returned.

Type Parameters

T
The interface that will be implemented in the collection items.

Return Value

Type: IEnumerableT
A collection of found objects.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also