selenium-0.2.5: Test web applications through a browser.

Portabilitynon-portable (multi-parameter type classes)
Stabilityprovisional
MaintainerAaron Tomb <atomb@galois.com>
Safe HaskellNone

Test.Selenium.Interactive

Description

Utility functions to ease interactive use inside GHCi.

Synopsis

Documentation

start :: String -> IO (Selenium a -> IO (Either String a))Source

Starts up a session and returns a wrapper function that will run commands. Gives common defaults for browser and host.

stop :: Selenium ()Source

Stops a session (in the wrapper returned by start)

($$) :: Show t => (Selenium () -> r) -> Selenium t -> rSource