webdriver-0.2: a Haskell client for the Selenium WebDriver protocol

Safe HaskellSafe-Infered

Test.WebDriver.Commands.Internal

Synopsis

Documentation

data RequestMethod

The HTTP request method, to be used in the Request object. We are missing a few of the stranger methods, but these are not really necessary until we add full TLS.

data Header

The Header data type pairs header names & values.

Constructors

Header HeaderName String 

Instances

doCommand' :: (ToJSON a, FromJSON b) => [Header] -> RequestMethod -> Text -> a -> WD bSource