Table of Contents

Class SetNavigatorOverridesCommandSettings

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

SetNavigatorOverrides

public sealed class SetNavigatorOverridesCommandSettings : ICommand
Inheritance
SetNavigatorOverridesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Platform

Gets or sets the platform

[JsonPropertyName("platform")]
public string Platform { get; set; }

Property Value

string