Table of Contents

Class SafariCommand

Namespace
OpenQA.Selenium.Safari
Assembly
WebDriver.dll

Wraps a command object to give it a unique ID as required by the Safari extension.

public class SafariCommand : Command
Inheritance
SafariCommand
Inherited Members

Constructors

SafariCommand(Command)

Initializes a new instance of the SafariCommand class.

public SafariCommand(Command command)

Parameters

command Command

The Command object used as a base for this SafariCommand.

Properties

Id

Gets the ID of the command.

public string Id { get; }

Property Value

string