C# Класс Objectivity.Test.Automation.Common.Types.ElementLocator

Class that helps to define Kind and value for html elements.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ElementLocator ( Locator kind, string value ) : System

Initializes a new instance of the ElementLocator class.

Format ( ) : ElementLocator

Formats the generic element locator definition and create the instance

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

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

Initializes a new instance of the ElementLocator class.
public ElementLocator ( Locator kind, string value ) : System
kind Locator The locator type.
value string The locator value.
Результат System

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

Formats the generic element locator definition and create the instance
public Format ( ) : ElementLocator
Результат ElementLocator