HtmlControlGetStyleValue Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns any style as if you are accessing the element.style object from JavaScript.

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 GetStyleValue(
	string style
)

Parameters

style
Type: SystemString
A string specifying the style to access. (e.g. backgroundColor, border)

Return Value

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

Reference