UI Assert Horizontal Scrollbar (sui:assert-horizontal-scrollbar)

UI Assert Horizontal Scrollbar (sui:assert-horizontal-scrollbar)

Compares the browser width with the width of HTML-Page-Content in the Body tag and asserts true if horizontal bar is present and false if not present.

Usage

<sui:assert-horizontal-scrollbar comparedValue=""! tolerance=""?/>

! - mandatory, ? - optional

Example

Example

Behaviour

Example

Behaviour

<sui:assert-horizontal-scrollbar comparedValue="true" tolerance="1"/>

If comparedValue is "true" and horizontal scrollbar is available on page then Assert will pass else assertion error



Related content