C# 클래스 Objectivity.Test.Automation.Common.Types.ElementLocator

Class that helps to define Kind and value for html elements.
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation 1 사용 예제들

공개 메소드들

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