ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions class
Generic action support for all browser types.
Syntax
C#
public abstract class Actions
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
AnnotateElement(Element, String)
Visually annotates an element on the browser surface.
AnnotateMessage(String)
Visually annotate a message on the browser surface.
Browser
Gets the Browser object associated with this instance of the actions object.
Check(Element, Boolean)
Sets the a checkbox or a radio button to a specific checked state.
Click(Element)
Perform a click on the target element.
DoSelectDropDown(Element, String)
Performs the select drop down action.
Equals(Object)
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(Element, String)
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(Element, ScriptEventType)
Invoke an event on the target element.
InvokeScript(String)
Invokes a javascript function. This function performs a javascript eval() on the callString and returns and values from that call (if any).
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ScrollToVisible(Element)
Ensures that an item is visible in the browser. Scrolls it into view. Uses the ElementTopAtWindowTop.
ScrollToVisible(Element, ScrollToVisibleType)
Ensures that an item is visible in the browser. Scrolls it into view.
SelectDropDown(Element, Int32)
Selects a drop down item from the drop down list using its index.
SelectDropDown(Element, String)
Selects a drop down item from the drop down list using the item's text.
SelectDropDown(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).
SetText(Element, String)
Set the text of a textbox or textarea.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
ValidateTargetElement(Element)
Validates the target element.
WaitCheckInterval
The Settings.WaitCheckInterval value. You can get/set it here too.
WaitForElement(FindParam, Int32)
Wait until an element is present in the DOM
WaitForElement(FindParam, Int32, Boolean)
Wait until an element is present in the DOM
WaitForElement(FindParam, TestRegion, Int32, Boolean)
Wait until an element within a region is present in the DOM.
WaitForElement(FindParam[](), Int32)
Wait until an element is present in the DOM
WaitForElement(FindParam[](), Int32, Boolean)
Wait until an element is present in the DOM
WaitForElement(FindParam[](), TestRegion, Int32, Boolean)
Wait until an element within a region is present in the DOM.
WaitForElements(Int32, Boolean, FindParam[]())
Wait until all elements have been found. No chaining is used.
WaitForElements(Int32, FindParam[]())
Wait until all elements have been found. No chaining is used.
WaitForElements(Int32, TestRegion, Boolean, FindParam[]())
Wait until all elements have been found. No chaining is used.
Inheritance Hierarchy

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)