selenium-server-0.1.0.0: Run the selenium standalone server for usage with webdriver

Safe HaskellNone

Test.WebDriver.Server

Contents

Synopsis

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.

Constructors

Local 
Remote HostName PortID 

Instances