C# Class OpenQA.Selenium.Remote.Server.RemoteWebDriverServerCommandHandlerFactory

Creates instances of CommandHandler objects for the desired DriverCommand.
Inheritance: CommandHandlerFactory
显示文件 Open project: jimevans/strontium

Protected Methods

Method Description
AddHandlers ( ) : void

Adds handler constructors to the dictionary of handler creators.

Method Details

AddHandlers() protected method

Adds handler constructors to the dictionary of handler creators.
protected AddHandlers ( ) : void
return void