C# 클래스 OpenQA.Selenium.Android.AndroidDriver

Provides a mechanism to write tests against an Android device
Using the Android driver requires the Android device or emulator to be running, and the WebDriver application be active on the device.
상속: OpenQA.Selenium.Remote.RemoteWebDriver, ITakesScreenshot, IRotatable, IHasTouchScreen
파일 보기 프로젝트 열기: krosenvold/selenium-git-release-candidate 1 사용 예제들

공개 메소드들

메소드 설명
AndroidDriver ( ) : System

Initializes a new instance of the AndroidDriver class.

AndroidDriver ( Uri remoteAddress ) : System

Initializes a new instance of the AndroidDriver class, communicating with the device at a specific URL.

AndroidDriver ( string remoteAddress ) : System

Initializes a new instance of the AndroidDriver class, communicating with the device at a specific URL.

GetScreenshot ( ) : Screenshot

Gets a Screenshot object representing the image of the page on the screen.

비공개 메소드들

메소드 설명
GetAndroidCapabilities ( ) : DesiredCapabilities
GetDefaultUrl ( ) : Uri

메소드 상세

AndroidDriver() 공개 메소드

Initializes a new instance of the AndroidDriver class.
public AndroidDriver ( ) : System
리턴 System

AndroidDriver() 공개 메소드

Initializes a new instance of the AndroidDriver class, communicating with the device at a specific URL.
public AndroidDriver ( Uri remoteAddress ) : System
remoteAddress System.Uri The URL of the WebDriver application on the Android device.
리턴 System

AndroidDriver() 공개 메소드

Initializes a new instance of the AndroidDriver class, communicating with the device at a specific URL.
public AndroidDriver ( string remoteAddress ) : System
remoteAddress string The URL of the WebDriver application on the Android device.
리턴 System

GetScreenshot() 공개 메소드

Gets a Screenshot object representing the image of the page on the screen.
public GetScreenshot ( ) : Screenshot
리턴 Screenshot