selenium-0.2.2: Test web applications through a browser.Source codeContentsIndex
Selenium.Interactive
Portabilitynon-portable (multi-parameter type classes)
Stabilityprovisional
MaintainerAaron Tomb <atomb@galois.com>
Description
Utility functions to ease interactive use inside GHCi.
Synopsis
start :: String -> IO (Selenium a -> IO (Either String a))
stop :: Selenium ()
($$) :: Show t => (Selenium () -> r) -> Selenium t -> r
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
Produced by Haddock version 2.4.2