Click or drag to resize

IWinTreeViewSelectItem Method

Selects the item specified by its path.

Namespace:  SmartBear.TestLeft.TestObjects.Win
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void SelectItem(
	string itemPath
)

Parameters

itemPath
Type: SystemString
The path to the item.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also