C# 클래스 SpecDrill.Adapters.WebDriver.SeleniumElementLocator

상속: IElementLocator
파일 보기 프로젝트 열기: CosminSontu/SpecDrill

공개 메소드들

메소드 설명
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