ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
FireFoxActions class
FireFox action support class.
Syntax
C#
public class FireFoxActions : Actions
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



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

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