RanorexRanorex Documentation
FindSingle Method (path, timeout)
NamespacesRanorexAdapterFindSingle(RxPath, Duration)
Applies a Ranorex Path to the adapter, returning an Element.
Declaration Syntax
C#Visual BasicVisual C++
public Element FindSingle(
	RxPath path,
	Duration timeout
)
Public Function FindSingle ( _
	path As RxPath, _
	timeout As Duration _
) As Element
public:
Element^ FindSingle(
	RxPath^ path, 
	Duration^ timeout
)
Parameters
path (RxPath)
The RxPath to apply.
timeout (Duration)
The time to keep looking for the element.
Return Value
The first element found.
Exceptions
ExceptionCondition
ElementNotFoundExceptionIf no element is found within the timeout.

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