RanorexRanorex Documentation
Find Method (path)
NamespacesRanorexAdapterFind(RxPath)
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
)
Public Function Find ( _
	path As RxPath _
) As IList(Of Element)
public:
IList<Element^>^ Find(
	RxPath^ path
)
Parameters
path (RxPath)
The RxPath to apply.
Return Value
The result list of the path.

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