C# Class SpecDrill.Adapters.WebDriver.SeleniumElementLocator

Inheritance: IElementLocator
Show file Open project: CosminSontu/SpecDrill

Public Methods

Method Description
Copy ( ) : IElementLocator
CopyWithIndex ( int index ) : IElementLocator
SeleniumElementLocator ( By locatorKind, string locatorValue ) : System
SeleniumElementLocator ( By locatorKind, string locatorValue, int index ) : System
ToString ( ) : string

Method Details

Copy() public method

public Copy ( ) : IElementLocator
return IElementLocator

CopyWithIndex() public method

public CopyWithIndex ( int index ) : IElementLocator
index int
return IElementLocator

SeleniumElementLocator() public method

public SeleniumElementLocator ( By locatorKind, string locatorValue ) : System
locatorKind By
locatorValue string
return System

SeleniumElementLocator() public method

public SeleniumElementLocator ( By locatorKind, string locatorValue, int index ) : System
locatorKind By
locatorValue string
index int
return System

ToString() public method

public ToString ( ) : string
return string