Class
SafariActions

Safari actions support class

Definition

Namespace:ArtOfTest.WebAii.BrowserSpecialized.Safari

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class SafariActions : Actions

Inheritance: objectActionsSafariActions

Inherited Members Actions.InvokeScript(string)Actions.InvokeScript<T>(string)Actions.InvokeEvent(Element, ScriptEventType)Actions.Click(Element)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

GetComputedStyle(Element, string)

Gets the computed value of the specified style from the DOM.

Declaration

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

Parameters

targetElement

Element

The element to get the style from.

style

string

The style to calculate the value of.

Returns

string

The value of the computed style.

Overrides Actions.GetComputedStyle(Element, string)

In this article
DefinitionMethodsGetComputedStyle(Element, string)
Not finding the help you need?
Contact Support