The InternetExplorerActions type exposes the following members.

Methods

  NameDescription
AnnotateElement
Visually annotates an element on the browser surface.
(Inherited from Actions.)
AnnotateMessage
Visually annotate a message on the browser surface.
(Inherited from Actions.)
Check
Sets the a checkbox or a radio button to a specific checked state.
(Inherited from Actions.)
Click
Perform a click on the target element.
(Inherited from Actions.)
ConnectIEDialog
Connect an IE modal or modeless dialog to the Manager.
DeleteInternetTempFiles
Delete IE's Temp. Internet Files caches http://support.microsoft.com/kb/326201
DoSelectDropDown
Performs the select drop down action.
(Inherited from Actions.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetComputedStyle
Get computed style for an element.
(Overrides Actions..::.GetComputedStyle(Element, String).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNativeInstance
Get a reference to the IE IWebBrowser2 object.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InvokeEvent
Invoke an event on the target element.
(Inherited from Actions.)
InvokeScriptOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ScrollToVisibleOverloaded.
SelectDropDownOverloaded.
SetText
Set the text of a textbox or textarea.
(Inherited from Actions.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
ValidateTargetElement
Validates the target element.
(Inherited from Actions.)
WaitForElementOverloaded.
WaitForElementsOverloaded.

Properties

  NameDescription
Browser
Gets the Browser object associated with this instance of the actions object.
(Inherited from Actions.)
WaitCheckInterval
The Settings.WaitCheckInterval value. You can get/set it here too.
(Inherited from Actions.)

See Also