| Package | Description |
|---|---|
| org.openqa.selenium.android.library |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebViewFactory
Provides a default ViewAdapter to be used by WebDriver.
|
| Constructor and Description |
|---|
AndroidWebDriver(android.app.Activity activity,
ViewFactory viewFactory,
ViewClientWrapper viewClient,
ChromeClientWrapper chromeClient)
Use this constructor to use WebDriver with a custom view.
|
AndroidWebDriver(android.app.Activity activity,
ViewFactory viewFactory,
ViewClientWrapper viewClient,
ChromeClientWrapper chromeClient,
android.view.View.OnFocusChangeListener focusListener)
Use this constructor to use WebDriver with a custom view and a custom
View.OnFocusChangeListener for that view..
|
Copyright © 2013. All Rights Reserved.