C# 클래스 Selenol.SelectorAttributes.XPathAttribute

The XPath selector attribute. Can be used for dynamic selection of elements or controls using XPath. An Element must be derived from BaseHtmlElement or it can be a collection assignable from ReadOnlyCollection{T}. A Control must be derived from Control or it can be a collection assignable from ReadOnlyCollection{TControl}. And used as an auto-property of class derived from BasePage.
상속: BaseSelectorAttribute
파일 보기 프로젝트 열기: pbakshy/Selenol

공개 메소드들

메소드 설명
XPathAttribute ( string xpath ) : System.Collections.ObjectModel

Initializes a new instance of the XPathAttribute class.

메소드 상세

XPathAttribute() 공개 메소드

Initializes a new instance of the XPathAttribute class.
public XPathAttribute ( string xpath ) : System.Collections.ObjectModel
xpath string The CSS selector.
리턴 System.Collections.ObjectModel