Table of Contents

Class DeleteDeviceBoundSessionCommandSettings

Namespace
OpenQA.Selenium.DevTools.V150.Network
Assembly
Selenium.WebDriver.dll

Deletes a device bound session.

public sealed class DeleteDeviceBoundSessionCommandSettings : ICommand
Inheritance
DeleteDeviceBoundSessionCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Key

Gets or sets the key

[JsonPropertyName("key")]
public DeviceBoundSessionKey Key { get; set; }

Property Value

DeviceBoundSessionKey