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.
ieRequireWindowFocus :: Browser -> Boolwebdriver 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.
wdRequestHeaders :: WDConfig -> RequestHeaderswebdriver Test.WebDriver.Config Custom request headers to add to every HTTP request.
mkRequest :: (WDSessionState s, ToJSON a) => Method -> Text -> a -> s Requestwebdriver Test.WebDriver.Internal Constructs an HTTP Request value when given a list of headers, HTTP request method, and URL fragment
sendHTTPRequest :: WDSessionStateIO s => Request -> s (Either SomeException (Response ByteString))webdriver Test.WebDriver.Internal Sends an HTTP request to the remote WebDriver server
histRequest :: SessionHistory -> Requestwebdriver Test.WebDriver.Session No documentation available.
mostRecentHTTPRequest :: WDSession -> Maybe Requestwebdriver Test.WebDriver.Session The most recent HTTP request issued by this session, if any.
wdSessRequestHeaders :: WDSession -> RequestHeaderswebdriver Test.WebDriver.Session Custom request headers to add to every HTTP request.
withRequestHeaders :: WDSessionStateControl m => RequestHeaders -> m a -> m awebdriver 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.
histRequest :: SessionHistory -> Requestwebdriver Test.WebDriver.Session.History No documentation available.
ieRequireWindowFocus :: Browser -> Boolwebdriver 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.