Class
FireFoxActions

FireFox action support class.

Definition

Namespace:ArtOfTest.WebAii.BrowserSpecialized.Firefox

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class FireFoxActions : Actions

Inheritance: objectActionsFireFoxActions

Inherited Members Actions.InvokeScript(string)Actions.InvokeScript<T>(string)Actions.InvokeEvent(Element, ScriptEventType)Actions.SetText(Element, string)Actions.SetText(Control, string)Actions.ScrollToVisible(Element, ScrollToVisibleType)Actions.ScrollToVisible(Element)Actions.ScrollToVisible(Element, ScrollToVisibleType, Rectangle)Actions.SelectDropDown(Element, int)Actions.SelectDropDown(Element, string, bool)Actions.SelectDropDown(Element, string)Actions.Check(Element, bool)Actions.AnnotateElement(Element, string)Actions.OpenPdfForValidation(string)Actions.AnnotateMessage(string)Actions.CheckConsoleForJsErrors()Actions.ValidateTargetElement(Element)Actions.DoSelectDropDown(Element, string)Actions.EnableResponsiveWebMode(bool)Actions.BrowserActions.WaitCheckInterval

Methods

Click(Element)

Perform a click on the target element.

Declaration

cs-api-definition
public override void Click(Element targetElement)

Parameters

targetElement

Element

The target element.

Overrides Actions.Click(Element)

GetComputedStyle(Element, string)

Get computed style for an element.

Declaration

cs-api-definition
public override string GetComputedStyle(Element targetElement, string style)

Parameters

targetElement

Element

The target element.

style

string

The style to get.

Returns

string

The style value.

Overrides Actions.GetComputedStyle(Element, string)

GetInformationBar()

Get the information bar content.

Declaration

cs-api-definition
public string GetInformationBar()

Returns

string