 | selenium-0.2.2: Test web applications through a browser. | Contents | Index |
|
| Selenium.Interactive | | Portability | non-portable (multi-parameter type classes) | | Stability | provisional | | Maintainer | Aaron Tomb <atomb@galois.com> |
|
|
|
| Description |
| Utility functions to ease interactive use inside GHCi.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| start :: String -> IO (Selenium a -> IO (Either String a)) |
| Starts up a session and returns a wrapper function that will run
commands. Gives common defaults for browser and host.
|
|
| stop :: Selenium () |
| Stops a session (in the wrapper returned by start)
|
|
| ($$) :: Show t => (Selenium () -> r) -> Selenium t -> r |
|
| Produced by Haddock version 2.1.0 |