ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
FireFoxActions.GetComputedStyle(targetElement, style) method
Get computed style for an element.
Syntax
C#
public override string GetComputedStyle (
	Element targetElement,
	string style
)
Parameters
targetElement (Element)
The target element.
style (String)
The style to get.
Return Value
The style value.

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