C# Класс OpenQA.Selenium.Remote.Server.DriverFactory

Creates IWebDriver instances matching the given criteria.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
CreateDriverInstance ( ICapabilities capabilities ) : IWebDriver

Creates an instance of an IWebDriver most closely matching the specified capabilities.

GetBestMatchForCapabilities ( ICapabilities desired ) : Type
Matches ( string value, string value2 ) : bool
RegisterDriver ( ICapabilities capabilities, Type driverClass ) : void

Registers Type objects representing types of IWebDriver objects.