RanorexRanorex Documentation
Find Method (path, timeout)
NamespacesRanorexAdapterFind(RxPath, Duration)
Applies a Ranorex Path to the adapter, returning all elements which match the path.
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 result list of the path.

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