ClassAspNetHostActions
Implements automation actions for the AspNetHost browser.
Definition
Namespace:ArtOfTest.WebAii.BrowserSpecialized.AspNetHost
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class AspNetHostActions : Actions
Inheritance: objectActionsAspNetHostActions
Inherited Members
Methods
Check(Element, bool)
Check an element or a radio button.
Click(Element)
Click an element.
Declaration
public override void Click(Element targetElement)
Parameters
targetElement
The target element.
Overrides
DoAction(AspNetForm)
Perform the form postback.
Declaration
public void DoAction(AspNetForm form)
Parameters
form
The form to post.
DoSelectDropDown(Element, string)
Select an item in a drop down.
GetComputedStyle(Element, string)
Unsupported - There is no concept of current styles for AspNetHost
InvokeEvent(Element, ScriptEventType)
Unsupported - There is no javascript engine running for this browser.
Declaration
public override void InvokeEvent(Element targetElement, ScriptEventType eventType)
Parameters
targetElement
The target element.
eventType
The event type.
Overrides
InvokeScript(string)
Unsupported - There is no javascript engine running for this browser.
ScrollToVisible(Element)
Unsupported - Does not apply for this browser.
Declaration
public override void ScrollToVisible(Element targetElement)
Parameters
targetElement
Target element.
Overrides
SetText(Element, string)
Set the text for a target element.