C# 클래스 Winium.StoreApps.CodedUITestProject.WiniumElement

파일 보기 프로젝트 열기: NetlifeBackupSolutions/Winium.StoreApps.CodedUi 1 사용 예제들

공개 메소드들

메소드 설명
AsXml ( ) : System.Xml.Linq.XStreamingElement
Click ( ) : void
DoubleClick ( ) : void
GetAttribute ( string attributeName ) : string
GetClickablePoint ( ) : System.Point
GetText ( ) : string
IterFind ( TreeScope scope, Predicate predicate ) : IEnumerable
LongPress ( ) : void
SendKeys ( string value ) : void
WiniumElement ( AutomationElement element ) : System

메소드 상세

AsXml() 공개 메소드

public AsXml ( ) : System.Xml.Linq.XStreamingElement
리턴 System.Xml.Linq.XStreamingElement

Click() 공개 메소드

public Click ( ) : void
리턴 void

DoubleClick() 공개 메소드

public DoubleClick ( ) : void
리턴 void

GetAttribute() 공개 메소드

public GetAttribute ( string attributeName ) : string
attributeName string
리턴 string

GetClickablePoint() 공개 메소드

public GetClickablePoint ( ) : System.Point
리턴 System.Point

GetText() 공개 메소드

public GetText ( ) : string
리턴 string

IterFind() 공개 메소드

public IterFind ( TreeScope scope, Predicate predicate ) : IEnumerable
scope TreeScope
predicate Predicate
리턴 IEnumerable

LongPress() 공개 메소드

public LongPress ( ) : void
리턴 void

SendKeys() 공개 메소드

public SendKeys ( string value ) : void
value string
리턴 void

WiniumElement() 공개 메소드

public WiniumElement ( AutomationElement element ) : System
element System.Windows.Automation.AutomationElement
리턴 System