RanorexRanorex Documentation
FindSingle Method (path)
NamespacesRanorex.CoreElementFindSingle(RxPath)
Applies a Ranorex Path to the element.
Declaration Syntax
C#Visual BasicVisual C++
public Element FindSingle(
	RxPath path
)
Public Function FindSingle ( _
	path As RxPath _
) As Element
public:
Element^ FindSingle(
	RxPath^ path
)
Parameters
path (RxPath)
The RxPath to apply.
Return Value
The first element found.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf path is null.
ElementNotFoundExceptionIf no element is found.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)