RanorexRanorex Documentation
ATag Class
NamespacesRanorexATag
The HTML 'a' tag.
Declaration Syntax
C#Visual BasicVisual C++
public class ATag : WebElement
Public Class ATag _
	Inherits WebElement
public ref class ATag : public WebElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ATag()()()
Creates a new ATag adapter instance. This constructor is used internally by the Ranorex Core Framework for performance issues!

ATag(Element)
Creates a new ATag adapter instance.

As<(Of <(T>)>)()()()
Returns an adapter of the specified type for the underlying element of the current adapter.
(Inherited from Adapter.)
CaptureCompressedImage()()()
Captures a PNG image of the element.
(Inherited from Adapter.)
Children
Gets the immediate children of this adapter.
(Inherited from Adapter.)
Class
The CSS class of the element.
(Inherited from WebElement.)
Click()()()
Clicks on the adapter with the left mouse button.
(Inherited from Adapter.)
Click(MouseButtons)
Clicks on the adapter with the specified mouse buttons.
(Inherited from Adapter.)
Click(Location)
Clicks on the adapter at the specified location.
(Inherited from Adapter.)
Click(Duration)
Clicks on the adapter with the left mouse button.
(Inherited from Adapter.)
Click(MouseButtons, Location)
Clicks on the adapter with the specified mouse buttons at a specific location location.
(Inherited from Adapter.)
Click(MouseButtons, Duration)
Clicks on the adapter with the specified mouse buttons.
(Inherited from Adapter.)
Click(Location, Duration)
Clicks on the adapter at a specific location.
(Inherited from Adapter.)
Click(Int32, Duration)
Clicks on the adapter with the left mouse button the specified number of times.
(Inherited from Adapter.)
Click(MouseButtons, Location, Duration)
Clicks on the adapter with the specified mouse buttons at a given location.
(Inherited from Adapter.)
Click(MouseButtons, Int32, Duration)
Clicks on the adapter with the specified mouse buttons the specified number of times.
(Inherited from Adapter.)
Click(Location, Int32, Duration)
Clicks on the adapter at a specific location, with the left mouse button, the specified number of times.
(Inherited from Adapter.)
Click(MouseButtons, Location, Int32, Duration)
Clicks at the specified location relative to the adapter with the specified mouse buttons the specified number of times.
(Inherited from Adapter.)
ContentEditable
Specifies if the user is allowed to edit the content or not.
(Inherited from WebElement.)
ContextMenu
Specifies the context menu for an element.
(Inherited from WebElement.)
DoubleClick()()()
DoubleClicks on the adapter with the left mouse button.
(Inherited from Adapter.)
DoubleClick(MouseButtons)
DoubleClicks on the adapter with the specified mouse buttons.
(Inherited from Adapter.)
DoubleClick(MouseButtons, Duration)
DoubleClicks on the adapter with the specified mouse buttons.
(Inherited from Adapter.)
DoubleClick(Location)
DoubleClicks on the adapter with the left mouse button at a specific location location.
(Inherited from Adapter.)
DoubleClick(Duration)
DoubleClicks on the adapter with the left mouse button.
(Inherited from Adapter.)
DoubleClick(MouseButtons, Location)
DoubleClicks on the adapter with the specified mouse buttons at a specific location location.
(Inherited from Adapter.)
DoubleClick(Location, Duration)
DoubleClicks on the adapter at a specific location.
(Inherited from Adapter.)
DoubleClick(MouseButtons, Location, Duration)
DoubleClicks on the adapter with the specified mouse buttons at a given location.
(Inherited from Adapter.)
Draggable
Specifies whether or not a user is allowed to drag an element.
(Inherited from WebElement.)
Element
The element associated with this adapter.
(Inherited from Adapter.)
Enabled
True if the element is enabled.
(Inherited from Adapter.)
EnsureVisible()()()
Ensures that the element is visible to the user. This is usually accomplished by bringing the element or one of its ancestors to foreground.
(Inherited from Adapter.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter<(Of <(T>)>)(IList<(Of <(Element>)>))
Filters the given element list by the specified adapter type. The returned adapter list correspond to the elements that could be converted to the specified adapter type.
(Inherited from Adapter.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Find<(Of <(T>)>)(RxPath)
Applies a Ranorex Path to the adapter, returning instances of a specific adapter type (e.g. Role or Capability).
(Inherited from Adapter.)
Find<(Of <(T>)>)(RxPath, Duration)
Applies a Ranorex Path to the adapter, returning instances of a specific adapter type (e.g. Role or Capability).
(Inherited from Adapter.)
FindChild<(Of <(T>)>)()()()
Finds an immediate child element of the given capability adapter type.
(Inherited from Adapter.)
FindChild<(Of <(T>)>)(String)
Finds an immediate child element of the given capability adapter type with a specific label.
(Inherited from Adapter.)
FindChildren<(Of <(T>)>)()()()
Finds immediate child elements of the given capability adapter type.
(Inherited from Adapter.)
FindChildren<(Of <(T>)>)(String)
Finds immediate child elements of the given capability adapter type with a specific label.
(Inherited from Adapter.)
FindDescendant<(Of <(T>)>)()()()
Finds a descendant of the given capability adapter type.
(Inherited from Adapter.)
FindDescendant<(Of <(T>)>)(String)
Finds a descendant of the given capability adapter type with a specific label.
(Inherited from Adapter.)
FindDescendants<(Of <(T>)>)()()()
Finds all descendants of the given capability adapter type.
(Inherited from Adapter.)
FindDescendants<(Of <(T>)>)(String)
Finds all descendants of the given capability adapter type with a specific label.
(Inherited from Adapter.)
FindSingle(RxPath)
Applies a Ranorex Path to the adapter, returning an Element.
(Inherited from Adapter.)
FindSingle(RxPath, Duration)
Applies a Ranorex Path to the adapter, returning an Element.
(Inherited from Adapter.)
FlavorName
The name of the flavor this element belongs to.
(Inherited from Adapter.)
Focus()()()
Tries to set the focus on the element.
(Inherited from Adapter.)
GetAttributeValue<(Of <(T>)>)(String)
Gets an attribute value, requesting a specific type.
(Inherited from Adapter.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInnerHtml()()()
Retrieves the inner HTML (including markup) of the web element.
(Inherited from WebElement.)
GetPath(PathBuildMode)
Builds an absolute RxPath to the element.
(Inherited from Adapter.)
GetPath()()()
Builds an absolute RxPath to the element, using the 'Reduce' path-build mode.
(Inherited from Adapter.)
GetStyle(String)
Retrieves a CSS style attribute from an element (by name).
(Inherited from WebElement.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasFocus
True if the element has the focus.
(Inherited from Adapter.)
Hidden
Specifies that the element is not relevant. Hidden elements are not displayed.
(Inherited from WebElement.)
Href
The 'href' attribute of the element.

Id
A unique id for the element.
(Inherited from WebElement.)
Implicit(String)
Implicitly converts a string to an instance of this class by searching the root.

Implicit(Element)
Implicitly converts an Element to an instance of this class.

InnerText
The inner text (without markup) of the web element.
(Inherited from WebElement.)
IsSnapshot
Gets a value indicating whether this instance is a snapshot.
(Inherited from Adapter.)
Item[([(String])])
Gets the attribute with the specified name.
(Inherited from WebElement.)
Media
The 'media' attribute of the element.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveTo()()()
Moves the mouse to the adapter.
(Inherited from Adapter.)
MoveTo(Duration)
Moves the mouse to the adapter.
(Inherited from Adapter.)
MoveTo(Location)
Moves the mouse to the specified location in the adapter.
(Inherited from Adapter.)
MoveTo(Location, Duration)
Moves the mouse to the specified location in the adapter.
(Inherited from Adapter.)
Name
The 'name' attribute of the element.

NextSibling
Gets the next web element sibling or null if this element is the last of its parent's children.
(Inherited from WebElement.)
Parent
Gets the parent web element or null if the root of the web document has been reached.
(Inherited from WebElement.)
PerformClick()()()
Performs a click on the web element without using the mouse.
(Inherited from WebElement.)
Ping
The 'ping' attribute of the element.

PressKeys(String)
Tries to set focus to the adapter and then presses the keys specified by sequence.
(Inherited from Adapter.)
PressKeys(String, Duration)
Tries to set focus to the adapter and then presses the keys specified by sequence.
(Inherited from Adapter.)
PreviousSibling
Gets the previous web element sibling or null if this element is the first of its parent's children.
(Inherited from WebElement.)
Rel
The 'rel' attribute of the element.

RequiredCapabilities
Capabilities required by the adapter implementation.
(Overrides WebElement.RequiredCapabilities.)
Rev
The 'rev' attribute of the element.

ScreenRectangle
The bounding rectangle of the element in screen coordinates.
(Inherited from Adapter.)
SetStyle(String, String)
Sets a CSS style attribute of an element (by name).
(Inherited from WebElement.)
Tabindex
The 'tabindex' attribute of the element.

TagName
The name of the HTML tag the webelement represents.
(Inherited from WebElement.)
TagValue
The contents of the tag value attribute.
(Inherited from WebElement.)
Target
The 'target' attribute of the element.

Title
The 'title' attribute of the element.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Adapter.)
TryFindSingle(RxPath, Element%)
Tries to apply a Ranorex Path to the adapter, returning an Element.
(Inherited from Adapter.)
TryFindSingle(RxPath, Duration, Element%)
Tries to apply a Ranorex Path to the adapter, returning an Element.
(Inherited from Adapter.)
TryFindSingle<(Of <(T>)>)(RxPath, T%)
Tries to apply a Ranorex Path to the adapter, returning a specific adapter type (e.g. Role or Capability).
(Inherited from Adapter.)
TryFindSingle<(Of <(T>)>)(RxPath, Duration, T%)
Tries to apply a Ranorex Path to the adapter, returning a specific adapter type (e.g. Role or Capability).
(Inherited from Adapter.)
Type
The 'type' attribute of the element.

UseEnsureVisible
Gets or sets a value indicating whether EnsureVisible()()() should be called before Click()()(), DoubleClick()()(), or MoveTo()()() actions on this adapter instance.
(Inherited from Adapter.)
Valid
Returns true if the element is believed to be valid.
(Inherited from Adapter.)
Visible
True if the element is visible.
(Inherited from Adapter.)
Inheritance Hierarchy

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