Uses of Interface
org.openqa.selenium.android.library.WebViewFactory

Packages that use WebViewFactory
org.openqa.selenium.android.library   
 

Uses of WebViewFactory in org.openqa.selenium.android.library
 

Classes in org.openqa.selenium.android.library that implement WebViewFactory
 class DefaultWebViewFactory
           
 

Constructors in org.openqa.selenium.android.library with parameters of type WebViewFactory
AndroidWebDriver(android.app.Activity activity, WebViewFactory viewFactory, android.webkit.WebViewClient viewClient, android.webkit.WebChromeClient chromeClient)
          Use this constructor to use WebDriver with a custom WebView.
AndroidWebDriver(android.app.Activity activity, WebViewFactory viewFactory, android.webkit.WebViewClient viewClient, android.webkit.WebChromeClient chromeClient, android.view.View.OnFocusChangeListener focusListener)
          Use this constructor to use WebDriver with a custom WebView and a custom View.OnFocusChangeListener for that WebView..
 



Copyright © 2012. All Rights Reserved.