Table of Contents

Class SetRemoteLocationsCommandSettings

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

Enables target discovery for the specified locations, when setDiscoverTargets was set to true.

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

List of remote locations.

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

Property Value

RemoteLocation[]