Form Panel


Settings

Using this panel you can have Blue Crab submit a simple form, via the HTTP "POST" method. This is useful if you need to first log into a web site before accessing its pages, or you want to crawl the response page of a form submission.

When you open a grabber window with a configuration that has a form submission there are two modes of operation possible:

An HTML form consists of a <FORM> tag followed by several input elements (text fields, popup menus, radio buttons, etc.). Every form also has an asociated "action" which is a URL that specifies where to send the fom data. This panel enables you to specify values for all of these items as described below. In particular the table at the bottom of the panel consists of name-value pairs which correspond to the form input elements.

You have the option of manually entering all information, or using the various buttons to automate part of the process. Either way you should always view the source HTML of the form in your web browser to make sure you have properly configured the form submission. In fact, certain form elements require that you do so. For example, if a form contains a popup menu, then although Blue Crab may accurately extract the name of this element and add it to the table you need to determine the allowed values. You can do that by viewing the HTML source for the popup menu.

Note that Blue Crab does not currently support the "GET" method (so forms like Google won't work.)

Settings