Table of Contents

Class SetTouchEmulationEnabledCommandSettings

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

SetTouchEmulationEnabled

public sealed class SetTouchEmulationEnabledCommandSettings : ICommand
Inheritance
SetTouchEmulationEnabledCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Configuration

Gets or sets the configuration

[JsonPropertyName("configuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Configuration { get; set; }

Property Value

string

Enabled

Gets or sets the enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool