RanorexNetRanorex 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: 2.3.2.8802 (2.3.2.8802)