net.sf.jameleon.plugin.htmlunit.util
Interface HtmlUnitDelegate

All Known Implementing Classes:
HtmlUnitSessionTag

public interface HtmlUnitDelegate

This interface is used to communicate with a class that has access to the HtmlUnit's WebWindow.


Method Summary
 WebWindow getCurrentWebWindow()
           
 WebClient getWebClient()
           
 HtmlForm getWorkingForm()
           
 

Method Detail

getCurrentWebWindow

WebWindow getCurrentWebWindow()

getWebClient

WebClient getWebClient()

getWorkingForm

HtmlForm getWorkingForm()


Copyright © 2006-2008 Christian Hargraves. All Rights Reserved.