Table of Contents

Class SetScrollbarsHiddenCommandSettings

Namespace
OpenQA.Selenium.DevTools.V148.Emulation
Assembly
Selenium.WebDriver.dll

SetScrollbarsHidden

public sealed class SetScrollbarsHiddenCommandSettings : ICommand
Inheritance
SetScrollbarsHiddenCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Hidden

Whether scrollbars should be always hidden.

[JsonPropertyName("hidden")]
public bool Hidden { get; set; }

Property Value

bool