Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
wdHTTPRetryCount :: WDConfig -> Intwebdriver Test.WebDriver.Config Number of times to retry a HTTP request if it times out (default 0)
histRetryCount :: SessionHistory -> Intwebdriver Test.WebDriver.Session No documentation available.
wdSessHTTPRetryCount :: WDSession -> Intwebdriver Test.WebDriver.Session Number of times to retry a HTTP request if it times out
histRetryCount :: SessionHistory -> Intwebdriver Test.WebDriver.Session.History No documentation available.
wdHTTPRetryCount :: WDConfig -> Intwebdriver Test.WebDriver.Types Number of times to retry a HTTP request if it times out (default 0)
wdSessHTTPRetryCount :: WDSession -> Intwebdriver Test.WebDriver.Types Number of times to retry a HTTP request if it times out
CATCH_RETRY_FRAME :: ClosureTypeghc-internal GHC.Internal.ClosureTypes No documentation available.
throwErrnoIfMinus1Retry :: (Eq a, Num a) => String -> IO a -> IO aghc-internal GHC.Internal.Foreign.C.Error Throw an IOError corresponding to the current value of getErrno if the IO action returns a result of -1, but retries in case of an interrupted operation.
throwErrnoIfMinus1RetryMayBlock :: (Eq a, Num a) => String -> IO a -> IO b -> IO aghc-internal GHC.Internal.Foreign.C.Error as throwErrnoIfMinus1Retry, but checks for operations that would block.
throwErrnoIfMinus1RetryMayBlock_ :: (Eq a, Num a) => String -> IO a -> IO b -> IO ()ghc-internal GHC.Internal.Foreign.C.Error as throwErrnoIfMinus1RetryMayBlock, but discards the result.