C# Класс SpecDrill.Adapters.WebDriver.SeleniumElementLocator

Наследование: IElementLocator
Показать файл Открыть проект

Открытые методы

Метод Описание
Copy ( ) : IElementLocator
CopyWithIndex ( int index ) : IElementLocator
SeleniumElementLocator ( By locatorKind, string locatorValue ) : System
SeleniumElementLocator ( By locatorKind, string locatorValue, int index ) : System
ToString ( ) : string

Описание методов

Copy() публичный Метод

public Copy ( ) : IElementLocator
Результат IElementLocator

CopyWithIndex() публичный Метод

public CopyWithIndex ( int index ) : IElementLocator
index int
Результат IElementLocator

SeleniumElementLocator() публичный Метод

public SeleniumElementLocator ( By locatorKind, string locatorValue ) : System
locatorKind By
locatorValue string
Результат System

SeleniumElementLocator() публичный Метод

public SeleniumElementLocator ( By locatorKind, string locatorValue, int index ) : System
locatorKind By
locatorValue string
index int
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string