HtmlStyleType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Style type (Computed vs Inline)

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

public enum HtmlStyleType
Members

  Member nameValueDescription
Computed0 Get the computed style.
Inline1 Get the inline style.
See Also

Reference