Table of Contents

Class SetPrerenderingAllowedCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Page
Assembly
WebDriver.dll

SetPrerenderingAllowed

public sealed class SetPrerenderingAllowedCommandSettings : ICommand
Inheritance
SetPrerenderingAllowedCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

IsAllowed

Gets or sets the isAllowed

[JsonPropertyName("isAllowed")]
public bool IsAllowed { get; set; }

Property Value

bool