podafBounce

A headless browser for testing web sites and BedSheet applications

Classes

BedClient

Use to send requests to your Bed App.

BedServer

Initialises a Bed App without the overhead of starting the wisp web server.

BedTerminator

A Butter terminator that makes requests against a given BedServer.

CheckBox

(HTML Element) Represents a form <input> of type checkbox.

Element

(HTML Element) Represents a generic HTML element.

FormInput

(HTML Element) Gives a consistent means to get and set the value of any form field.

Hidden

(HTML Element) Represents a form <input> of type hidden.

Link

(HTML Element) Represents an anchor element <a>.

Option

(HTML Element) Represents a select <option> element.

RadioButton

(HTML Element) Represents a form <input> of type radio.

SelectBox

(HTML Element) Represents a form <select> element.

SizzleMiddleware

Middleware that lets you make CSS selector queries against the HTTP response.

SubmitButton

(HTML Element) Represents a form <input> of type submit or image.

TextBox

(HTML Element) Represents a form <input> of type text or a <textarea>.