C# 클래스 Automobile.Mobile.Framework.Browser.Element

파일 보기 프로젝트 열기: vistaprint/automobile

공개 메소드들

메소드 설명
Click ( ) : void
Element ( IMobileBrowser browser, string selector ) : System.Collections.Generic
GetAttribute ( string name ) : string

메소드 상세

Click() 공개 메소드

public Click ( ) : void
리턴 void

Element() 공개 메소드

public Element ( IMobileBrowser browser, string selector ) : System.Collections.Generic
browser IMobileBrowser
selector string
리턴 System.Collections.Generic

GetAttribute() 공개 메소드

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