Table of Contents

Class SetScrollbarsHiddenCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Emulation
Assembly
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

Gets or sets the hidden

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

Property Value

bool