Uses of Class
org.openqa.selenium.android.library.ViewClientWrapper

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

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

Methods in org.openqa.selenium.android.library with parameters of type ViewClientWrapper
 void ViewAdapter.setWebViewClient(ViewClientWrapper client)
           
 

Constructors in org.openqa.selenium.android.library with parameters of type ViewClientWrapper
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.