Safe Haskell | None |
---|
Test.WebDriver.Server
- withServer :: ServerSettings -> IO a -> IO a
- defaultSettings :: ServerSettings
- data ServerLocation
- data ServerSettings = ServerSettings {}
Running the server
withServer :: ServerSettings -> IO a -> IO aSource
Execute the given IO
action with a selenium server running.
defaultSettings :: ServerSettingsSource
Default server settings: start a local selenium instance, and download the server jar if none is found.
Configuring the server
data ServerLocation Source
Where the server can be found. Remote
means selenium-server
won't be
started.
Instances