Uses of Class
net.sourceforge.jwebunit.exception.ExpectedJavascriptPromptException

Packages that use ExpectedJavascriptPromptException
net.sourceforge.jwebunit.api   
net.sourceforge.jwebunit.htmlunit   
net.sourceforge.jwebunit.selenium   
 

Uses of ExpectedJavascriptPromptException in net.sourceforge.jwebunit.api
 

Methods in net.sourceforge.jwebunit.api that throw ExpectedJavascriptPromptException
 void ITestingEngine.closeBrowser()
          Close the browser and check if there is no pending Javascript alert, confirm or prompt.
 void ITestingEngine.setExpectedJavaScriptPrompt(JavascriptPrompt[] prompts)
          Tell the testing engine that the given prompt boxes are expected in the given order.
 

Uses of ExpectedJavascriptPromptException in net.sourceforge.jwebunit.htmlunit
 

Methods in net.sourceforge.jwebunit.htmlunit that throw ExpectedJavascriptPromptException
 void HtmlUnitTestingEngineImpl.closeBrowser()
          Close the browser and check that all expected Javascript alerts, confirms and prompts have been taken care of.
 void HtmlUnitTestingEngineImpl.setExpectedJavaScriptPrompt(JavascriptPrompt[] prompts)
           
 

Uses of ExpectedJavascriptPromptException in net.sourceforge.jwebunit.selenium
 

Methods in net.sourceforge.jwebunit.selenium that throw ExpectedJavascriptPromptException
 void SeleniumTestingEngineImpl.setExpectedJavaScriptPrompt(JavascriptPrompt[] prompts)
           
 



Copyright © 2002-2011 SourceForge. All Rights Reserved.