Class AnimateTransformTag
- Namespace
- Ranorex
- Assembly
- Ranorex.Plugin.Web.dll
The HTML5 'animateTransform' tag.
public class AnimateTransformTag : Adapter, IAdapter
- Inheritance
-
AnimateTransformTag
- Implements
- Inherited Members
Constructors
AnimateTransformTag()
Creates a new AnimateTransformTag adapter instance. This constructor is used internally by the Ranorex Core Framework for performance issues!
protected AnimateTransformTag()
AnimateTransformTag(Element)
Creates a new AnimateTransformTag adapter instance.
public AnimateTransformTag(Element element)
Parameters
elementElementThe element to create the adapter for.
Exceptions
- NullReferenceException
If
elementisnull.- CapabilityNotSupportedException
If the element does not support the capabilities required by this adapter.
Properties
RequiredCapabilities
Capabilities required by the adapter implementation.
protected override string[] RequiredCapabilities { get; }
Property Value
- string[]
Methods
FromElement(Element)
Converts an Element to an instance of this class.
public static AnimateTransformTag FromElement(Element element)
Parameters
elementElementThe element to convert.
Returns
- AnimateTransformTag
The AnimateTransformTag.
Exceptions
- ArgumentNullException
If
elementisnull.- CapabilityNotSupportedException
If the element does not support the capabilities required by this adapter.
FromPath(string)
Converts a string to an instance of this class by searching the root.
public static AnimateTransformTag FromPath(string path)
Parameters
pathstringThe search path.
Returns
- AnimateTransformTag
The AnimateTransformTag.
Remarks
The DefaultSearchTimeout is used to search for the specified path.
Exceptions
- ArgumentNullException
If
pathisnull.- RxPathException
If the specified
pathis not valid.- ElementNotFoundException
If no element is found.
- CapabilityNotSupportedException
If the element does not support the capabilities required by this adapter.
Operators
implicit operator AnimateTransformTag(Element)
Implicitly converts an Element to an instance of this class.
public static implicit operator AnimateTransformTag(Element element)
Parameters
elementElementThe element to convert.
Returns
- AnimateTransformTag
The AnimateTransformTag.
Exceptions
- ArgumentNullException
If
elementisnull.- CapabilityNotSupportedException
If the element does not support the capabilities required by this adapter.
implicit operator AnimateTransformTag(string)
Implicitly converts a string to an instance of this class by searching the root.
public static implicit operator AnimateTransformTag(string path)
Parameters
pathstringThe search path.
Returns
- AnimateTransformTag
The AnimateTransformTag.
Remarks
The DefaultSearchTimeout is used to search for the specified path.
Exceptions
- ArgumentNullException
If
pathisnull.- RxPathException
If the specified
pathis not valid.- ElementNotFoundException
If no element is found.
- CapabilityNotSupportedException
If the element does not support the capabilities required by this adapter.