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

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Format() public méthode

Formats the generic element locator definition and create the instance
public Format ( ) : ElementLocator
Résultat ElementLocator