| Package | Description |
|---|---|
| org.openqa.selenium.android.library |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewAdapter.setWebViewClient(ViewClientWrapper client) |
| 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.