Table of Contents

Class SetRemoteLocationsCommandSettings

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

SetRemoteLocations

public sealed class SetRemoteLocationsCommandSettings : ICommand
Inheritance
SetRemoteLocationsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Locations

Gets or sets the locations

[JsonPropertyName("locations")]
public RemoteLocation[] Locations { get; set; }

Property Value

RemoteLocation[]