Table of Contents

Class SafariDriverCommandExecutor

Namespace
OpenQA.Selenium.Safari
Assembly
WebDriver.dll

Provides a way of executing Commands using the SafariDriver.

public class SafariDriverCommandExecutor : ICommandExecutor
Inheritance
SafariDriverCommandExecutor
Implements
Inherited Members

Constructors

SafariDriverCommandExecutor(SafariOptions)

Initializes a new instance of the SafariDriverCommandExecutor class.

public SafariDriverCommandExecutor(SafariOptions options)

Parameters

options SafariOptions

The SafariOptions used to create the command executor.

Properties

CommandInfoRepository

Gets the repository of objects containin information about commands.

public CommandInfoRepository CommandInfoRepository { get; }

Property Value

CommandInfoRepository

Methods

Execute(Command)

Executes a command

public Response Execute(Command commandToExecute)

Parameters

commandToExecute Command

The command you wish to execute

Returns

Response

A response from the browser