RanorexRanorex Documentation
Find Method (path, timeout)
NamespacesRanorex.CoreElementFind(RxPath, Duration)
Applies a Ranorex Path to the element.
Declaration Syntax
C#Visual BasicVisual C++
public IList<Element> Find(
	RxPath path,
	Duration timeout
)
Public Function Find ( _
	path As RxPath, _
	timeout As Duration _
) As IList(Of Element)
public:
IList<Element^>^ Find(
	RxPath^ path, 
	Duration^ timeout
)
Parameters
path (RxPath)
The RxPath to apply.
timeout (Duration)
The time to keep looking for at least one element matching the path.
Return Value
The list of elements found for that path.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf path is null.

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