HtmlControlGetComputedStyleValue Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns the computed value of the specified style. The computed style value represents the final computed value taking into account the CSS properties for this HtmlElement.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual string GetComputedStyleValue(
	string style
)

Parameters

style
Type: SystemString
The style to access. (e.g. backgroundColor, left, border)

Return Value

Type: String
The string value of the requested computed style.
See Also

Reference