C# Class Objectivity.Test.Automation.Common.Types.ElementLocator

Class that helps to define Kind and value for html elements.
Exibir arquivo Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Public Methods

Method Description
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

Method Details

ElementLocator() public method

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.
return System

Format() public method

Formats the generic element locator definition and create the instance
public Format ( ) : ElementLocator
return ElementLocator