C# 클래스 Selenium.Application

상속: _Application
파일 보기 프로젝트 열기: florentbr/SeleniumBasic 1 사용 예제들

공개 메소드들

메소드 설명
ChromeDriver ( ) : WebDriver

Creates a new instance of ChromeDriver

Dictionary ( ) : Dictionary

Creates a new instance of Dictionary

FirefoxDriver ( ) : WebDriver

Creates a new instance of FirefoxDriver

IEDriver ( ) : WebDriver

Creates a new instance of IEDriver

List ( ) : Selenium.List

Creates a new instance of List

OperaDriver ( ) : WebDriver

Creates a new instance of OperaDriver

PdfFile ( ) : Selenium.PdfFile

Creates a new instance of PdfFile

PhantomJSDriver ( ) : WebDriver

Creates a new instance of PhantomJSDriver

Point ( int x, int y ) : Point

Creates a new instance of Point

Size ( int width, int height ) : Selenium.Size

Creates a new instance of Size

Table ( ) : Selenium.Table

Creates a new instance of Table

WebDriver ( ) : WebDriver

Creates a new instance of WebDriver

메소드 상세

ChromeDriver() 공개 메소드

Creates a new instance of ChromeDriver
public ChromeDriver ( ) : WebDriver
리턴 WebDriver

Dictionary() 공개 메소드

Creates a new instance of Dictionary
public Dictionary ( ) : Dictionary
리턴 Dictionary

FirefoxDriver() 공개 메소드

Creates a new instance of FirefoxDriver
public FirefoxDriver ( ) : WebDriver
리턴 WebDriver

IEDriver() 공개 메소드

Creates a new instance of IEDriver
public IEDriver ( ) : WebDriver
리턴 WebDriver

List() 공개 메소드

Creates a new instance of List
public List ( ) : Selenium.List
리턴 Selenium.List

OperaDriver() 공개 메소드

Creates a new instance of OperaDriver
public OperaDriver ( ) : WebDriver
리턴 WebDriver

PdfFile() 공개 메소드

Creates a new instance of PdfFile
public PdfFile ( ) : Selenium.PdfFile
리턴 Selenium.PdfFile

PhantomJSDriver() 공개 메소드

Creates a new instance of PhantomJSDriver
public PhantomJSDriver ( ) : WebDriver
리턴 WebDriver

Point() 공개 메소드

Creates a new instance of Point
public Point ( int x, int y ) : Point
x int
y int
리턴 Point

Size() 공개 메소드

Creates a new instance of Size
public Size ( int width, int height ) : Selenium.Size
width int
height int
리턴 Selenium.Size

Table() 공개 메소드

Creates a new instance of Table
public Table ( ) : Selenium.Table
리턴 Selenium.Table

WebDriver() 공개 메소드

Creates a new instance of WebDriver
public WebDriver ( ) : WebDriver
리턴 WebDriver