Uses of Interface
org.jzonic.webtester.commands.WebTestNode

Packages that use WebTestNode
org.jzonic.webtester.commands   
 

Uses of WebTestNode in org.jzonic.webtester.commands
 

Classes in org.jzonic.webtester.commands that implement WebTestNode
 class CheckOptionCommand
          This command will test if a specific option box contains the required entry
parameter: name = value
example:
check_option | mode = edit
 class CheckTableCellCommand
          This command will check if cell of a table contains the required text.
 class CheckTextCommand
          This command will check if the specified text is found on the page.
 class CheckTitleCommand
          This command will check if the title of the page matches the required title.
 class ClickLinkCommand
           
 class GetHtmlCommand
          This command will get the content from a HTML page.
 class PrintHtmlCommand
          This command will print out the current HTML content to the console.
 class ReadPropertiesCommand
          Reads a properties file and these properties can be used by certain commands.
 class SelectFormCommand
          This command will select a form fom the current page.
 class SelectTableCommand
          This command will select a table in the current page with the given id.
 class SetCheckboxCommand
          This command will set or unset a checkbox in a form.
 class SetOptionCommand
          This command will test if a specific option box contains the required entry
parameter: name of the option = value
example:
set_option | mode = edit
 class SetParameterCommand
          This command will set an additional parameter in the form.
 class SetProxyCommand
          This command will save the proxy settings and everytime get_html is called the connection will use the proxy server.
 class SetTextFieldCommand
          This command sets the text of a textfield or textarea field.
 class SubmitFormCommand
          This command will submit the selected form.
 



Copyright © 2004 Andreas Mecky. All Rights Reserved.