InternetExplorerActions Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Internet Explorer action support class.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.CoreActions
    ArtOfTest.WebAii.BrowserSpecialized.InternetExplorerInternetExplorerActions

Namespace:  ArtOfTest.WebAii.BrowserSpecialized.InternetExplorer
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class InternetExplorerActions : Actions

The InternetExplorerActions type exposes the following members.

Properties

  NameDescription
Protected propertyBrowser
Gets the Browser object associated with this instance of the actions object.
(Inherited from Actions.)
Public propertyWaitCheckInterval
The Settings.WaitCheckInterval value.
(Inherited from Actions.)
Top
Methods

  NameDescription
Public methodAnnotateElement
Visually annotates an element on the browser surface during playback.
(Inherited from Actions.)
Public methodAnnotateMessage
Visually annotate a message on the browser surface.
(Inherited from Actions.)
Public methodCheck
Sets the checked state of a specified radio button or checkbox.
(Inherited from Actions.)
Public methodClick
Perform a click on the target element.
(Inherited from Actions.)
Public methodConnectIEDialog
Connect an IE modal or modeless dialog to the Manager.
Protected methodDeleteInternetTempFiles
Delete IE's Temp. Internet Files caches http://support.microsoft.com/kb/326201
Protected methodDoSelectDropDown
Performs the select drop down action.
(Inherited from Actions.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetComputedStyle
Get computed style for an element.
(Overrides ActionsGetComputedStyle(Element, String).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetIEContentWindowServer
Get IE's content window. (Internet Explorer_Server)
Public methodStatic memberGetNativeInstance
Get a reference to the IE IWebBrowser2 object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeEvent
Invoke an event on the target element.
(Inherited from Actions.)
Public methodInvokeScript(String)
Runs Javascript code in the browser. Internet Explorer requires the string containing the code to run to be escaped, and Firefox requires that the string not be escaped.
(Overrides ActionsInvokeScript(String).)
Public methodInvokeScriptT(String)
Invoke a JavaScript method in the browser.
(Overrides ActionsInvokeScript(String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodScrollToVisible(Element)
Ensures that an item is visible in the browser. Scrolls it into view. Uses the ElementTopAtWindowTop.
(Inherited from Actions.)
Public methodScrollToVisible(Element, ScrollToVisibleType)
Ensures that an item is visible in the browser. Scrolls it into view.
(Inherited from Actions.)
Public methodScrollToVisible(Element, ScrollToVisibleType, Rectangle)
Ensures that a specified portion of an element is visible in the browser. Scrolls the whole element into view if possible, otherwise as much of the specified portion as possible.
(Inherited from Actions.)
Public methodSelectDropDown(Element, Int32)
Selects a drop down item from the drop down list by its index.
(Inherited from Actions.)
Public methodSelectDropDown(Element, String)
Selects a drop down item from the drop down list using the item's text.
(Inherited from Actions.)
Public methodSelectDropDown(Element, String, Boolean)
Selects a drop down item from the drop down list using the item's text or the items option value (if useItemValue = true).
(Inherited from Actions.)
Public methodSetText(Control, String)
Set the text of an input or content editable control.
(Inherited from Actions.)
Public methodSetText(Element, String)
Set the text of a textbox or textarea.
(Inherited from Actions.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateTargetElement
Validates the target element.
(Inherited from Actions.)
Top
Fields

  NameDescription
Public fieldStatic memberArtOfTestPlugin
Top
See Also

Reference