packages feed

webdriver 0.6 → 0.6.0.1

raw patch · 3 files changed

+4/−4 lines, 3 files

Files

src/Test/WebDriver/Class.hs view
@@ -27,7 +27,7 @@     -  -- |A class for monads that can handle wire protocol requests. This is the+-- |A class for monads that can handle wire protocol requests. This is the -- operation underlying all of the high-level commands exported in -- "Test.WebDriver.Commands". For more information on the wire protocol see -- <http://code.google.com/p/selenium/wiki/JsonWireProtocol>
src/Test/WebDriver/Session.hs view
@@ -54,7 +54,7 @@                              -- |The complete history of HTTP requests and                              -- responses, most recent first.                            , wdSessHist :: [(Request, Response LBS.ByteString)]-                             -- Update function used to append new entries to session history+                             -- |Update function used to append new entries to session history                            , wdSessHistUpdate :: (Request, Response LBS.ByteString)                                                  -> [(Request, Response LBS.ByteString)]                                                  -> [(Request, Response LBS.ByteString)]@@ -62,7 +62,7 @@                            , wdSessHTTPManager :: Manager                            }     - -- |The last HTTP request issued by this session, if any.+-- |The last HTTP request issued by this session, if any. lastHTTPRequest :: WDSession -> Maybe Request lastHTTPRequest = fmap fst . listToMaybe . wdSessHist 
webdriver.cabal view
@@ -1,5 +1,5 @@ Name: webdriver-Version: 0.6+Version: 0.6.0.1 Cabal-Version: >= 1.8 License: BSD3 License-File: LICENSE