Table of Contents

Enum WebDocument.CapturePageFlags

Namespace
Ranorex
Assembly
Ranorex.Plugin.Web.dll

Flags controlling the detailed behavior of the screen-shot capture operation.

[Flags]
public enum WebDocument.CapturePageFlags

Fields

DisableCssTransitions = 1

Temporarily disables all CSS transitions and animations before capturing screen-shot tiles.

HidePositionFixed = 2

Temporarily hides all CSS "position: fixed" elements before capturing screen-shot tiles, with the exception of the left upper tile at scroll position (0,0)

None = 0

Website is captured "as is" by scrolling only.