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

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

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

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

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