RanorexNetRanorex Documentation
FindSingle Method (path)
NamespacesRanorexAdapterFindSingle(RxPath)
Applies a Ranorex Path to the adapter, returning an 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
ElementNotFoundExceptionIf no element is found.

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