ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.GetComputedStyle(targetElement, style) method
Namespaces > ArtOfTest.WebAii.Core > Actions > GetComputedStyle(Element, String)
Get the computed style for this element.
Syntax
C#
public abstract string GetComputedStyle (
	Element targetElement,
	string style
)
Parameters
targetElement (Element)
The target element.
style (String)
The style to get.
Return Value
The string value of the style.

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