RanorexRanorex Documentation
Adapter Constructor (element)
NamespacesRanorexAdapterAdapter(Element)
Checks if the element provides the required capabilities for this adapter.
Declaration Syntax
C#Visual BasicVisual C++
protected Adapter(
	Element element
)
Protected Sub New ( _
	element As Element _
)
protected:
Adapter(
	Element^ element
)
Parameters
element (Element)
The element to construct an adapter for.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf element is null.
CapabilityNotSupportedExceptionIf the element does not support the capabilities required by this adapter.

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