C# 클래스 JDI_Web.Attributes.JFindByAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: epam/JDI

공개 프로퍼티들

프로퍼티 타입 설명
Group string

공개 메소드들

메소드 설명
Get ( FieldInfo field, By &locator, string &group ) : void
GetLocatorFromFindBy ( FindsByAttribute fbAttr ) : By
GroupName ( FieldInfo field ) : string
Locator ( FieldInfo field ) : By
Locator ( object obj ) : By

메소드 상세

Get() 공개 정적인 메소드

public static Get ( FieldInfo field, By &locator, string &group ) : void
field System.Reflection.FieldInfo
locator OpenQA.Selenium.By
group string
리턴 void

GetLocatorFromFindBy() 공개 정적인 메소드

public static GetLocatorFromFindBy ( FindsByAttribute fbAttr ) : By
fbAttr OpenQA.Selenium.Support.PageObjects.FindsByAttribute
리턴 OpenQA.Selenium.By

GroupName() 공개 정적인 메소드

public static GroupName ( FieldInfo field ) : string
field System.Reflection.FieldInfo
리턴 string

Locator() 공개 정적인 메소드

public static Locator ( FieldInfo field ) : By
field System.Reflection.FieldInfo
리턴 OpenQA.Selenium.By

Locator() 공개 정적인 메소드

public static Locator ( object obj ) : By
obj object
리턴 OpenQA.Selenium.By

프로퍼티 상세

Group 공개적으로 프로퍼티

public string Group
리턴 string