Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ieRequireWindowFocus :: Browser -> Bool

    webdriver Test.WebDriver.Capabilities

    Determines whether to require that the IE window have focus before performing any user interaction operations (mouse or keyboard events). This capability is false by default, but delivers much more accurate native events interactions.

  2. wdRequestHeaders :: WDConfig -> RequestHeaders

    webdriver Test.WebDriver.Config

    Custom request headers to add to every HTTP request.

  3. mkRequest :: (WDSessionState s, ToJSON a) => Method -> Text -> a -> s Request

    webdriver Test.WebDriver.Internal

    Constructs an HTTP Request value when given a list of headers, HTTP request method, and URL fragment

  4. sendHTTPRequest :: WDSessionStateIO s => Request -> s (Either SomeException (Response ByteString))

    webdriver Test.WebDriver.Internal

    Sends an HTTP request to the remote WebDriver server

  5. histRequest :: SessionHistory -> Request

    webdriver Test.WebDriver.Session

    No documentation available.

  6. mostRecentHTTPRequest :: WDSession -> Maybe Request

    webdriver Test.WebDriver.Session

    The most recent HTTP request issued by this session, if any.

  7. wdSessRequestHeaders :: WDSession -> RequestHeaders

    webdriver Test.WebDriver.Session

    Custom request headers to add to every HTTP request.

  8. withRequestHeaders :: WDSessionStateControl m => RequestHeaders -> m a -> m a

    webdriver Test.WebDriver.Session

    Set a temporary list of custom RequestHeaders to use within the given action. All previous custom headers are temporarily removed, and then restored at the end.

  9. histRequest :: SessionHistory -> Request

    webdriver Test.WebDriver.Session.History

    No documentation available.

  10. ieRequireWindowFocus :: Browser -> Bool

    webdriver Test.WebDriver.Types

    Determines whether to require that the IE window have focus before performing any user interaction operations (mouse or keyboard events). This capability is false by default, but delivers much more accurate native events interactions.

Page 363 of many | Previous | Next