org.openqa.selenium.android.library
Interface WebViewFactory

All Known Implementing Classes:
DefaultWebViewFactory

public interface WebViewFactory

This interface should be implemented when using WebDriver with custom WebViews. WebDriver will call the createNewView method to create new WebViews when needed, for instance when cliking on a link that opens a new window.


Method Summary
 android.webkit.WebView createNewView(android.app.Activity activity)
           
 

Method Detail

createNewView

android.webkit.WebView createNewView(android.app.Activity activity)


Copyright © 2012. All Rights Reserved.