Table of Contents

Class SetNavigatorOverridesCommandSettings

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

Overrides value returned by the javascript navigator object.

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

The platform navigator.platform should return.

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

Property Value

string