The Actions type exposes the following members.

Methods

  NameDescription
AnnotateElement
Visually annotates an element on the browser surface.
AnnotateMessage
Visually annotate a message on the browser surface.
Check
Sets the a checkbox or a radio button to a specific checked state.
Click
Perform a click on the target element.
DoSelectDropDown
Performs the select drop down action.
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 the computed style for this element.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InvokeEvent
Invoke an event on the target element.
InvokeScriptOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ScrollToVisibleOverloaded.
SelectDropDownOverloaded.
SetText
Set the text of a textbox or textarea.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
ValidateTargetElement
Validates the target element.
WaitForElementOverloaded.
WaitForElementsOverloaded.

Properties

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

See Also