Table of Contents

Class ElementScreenshotOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class ElementScreenshotOptions : ScreenshotOptions
Inheritance
ElementScreenshotOptions

Properties

ScrollIntoView

When true, it will scroll into view before taking the screenshot. Defaults to true.

public bool ScrollIntoView { get; set; }

Property Value

bool