C# 클래스 Riganti.Utils.Testing.Selenium.Core.InternetExplorerDriverWrapper

Wraps IEDriver.
This class can track lifecycle of the driver. Needed for FastMode.
상속: OpenQA.Selenium.IE.InternetExplorerDriver, IWebDriverWrapper
파일 보기 프로젝트 열기: riganti/selenium-utils 1 사용 예제들

공개 메소드들

메소드 설명
InternetExplorerDriverWrapper ( ) : System
InternetExplorerDriverWrapper ( InternetExplorerDriverService service ) : System
InternetExplorerDriverWrapper ( InternetExplorerDriverService service, InternetExplorerOptions options ) : System
InternetExplorerDriverWrapper ( InternetExplorerDriverService service, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
InternetExplorerDriverWrapper ( InternetExplorerOptions options ) : System
InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory ) : System
InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options ) : System
InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System

메소드 상세

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( ) : System
리턴 System

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( InternetExplorerDriverService service ) : System
service OpenQA.Selenium.IE.InternetExplorerDriverService
리턴 System

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( InternetExplorerDriverService service, InternetExplorerOptions options ) : System
service OpenQA.Selenium.IE.InternetExplorerDriverService
options OpenQA.Selenium.IE.InternetExplorerOptions
리턴 System

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( InternetExplorerDriverService service, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
service OpenQA.Selenium.IE.InternetExplorerDriverService
options OpenQA.Selenium.IE.InternetExplorerOptions
commandTimeout System.TimeSpan
리턴 System

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( InternetExplorerOptions options ) : System
options OpenQA.Selenium.IE.InternetExplorerOptions
리턴 System

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory ) : System
internetExplorerDriverServerDirectory string
리턴 System

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options ) : System
internetExplorerDriverServerDirectory string
options OpenQA.Selenium.IE.InternetExplorerOptions
리턴 System

InternetExplorerDriverWrapper() 공개 메소드

public InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
internetExplorerDriverServerDirectory string
options OpenQA.Selenium.IE.InternetExplorerOptions
commandTimeout System.TimeSpan
리턴 System