RanorexNetRanorex Documentation
AbbrTag Constructor (element)
NamespacesRanorexAbbrTagAbbrTag(Element)
Creates a new AbbrTag adapter instance.
Declaration Syntax
C#Visual BasicVisual C++
public AbbrTag(
	Element element
)
Public Sub New ( _
	element As Element _
)
public:
AbbrTag(
	Element^ element
)
Parameters
element (Element)
The element to create the adapter for.
Exceptions
ExceptionCondition
NullReferenceExceptionIf element is null.
CapabilityNotSupportedExceptionIf the element does not support the capabilities required by this adapter.

Assembly: Ranorex.Plugin.Web (Module: Ranorex.Plugin.Web) Version: 2.3.2.8802 (2.3.2.8802)