Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. histRetryCount :: SessionHistory -> Int

    webdriver Test.WebDriver

    No documentation available.

  2. wdHTTPRetryCount :: WDConfig -> Int

    webdriver Test.WebDriver

    Number of times to retry a HTTP request if it times out (default 0)

  3. wdHTTPRetryCount :: WDConfig -> Int

    webdriver Test.WebDriver.Config

    Number of times to retry a HTTP request if it times out (default 0)

  4. histRetryCount :: SessionHistory -> Int

    webdriver Test.WebDriver.Session

    No documentation available.

  5. wdSessHTTPRetryCount :: WDSession -> Int

    webdriver Test.WebDriver.Session

    Number of times to retry a HTTP request if it times out

  6. histRetryCount :: SessionHistory -> Int

    webdriver Test.WebDriver.Session.History

    No documentation available.

  7. wdHTTPRetryCount :: WDConfig -> Int

    webdriver Test.WebDriver.Types

    Number of times to retry a HTTP request if it times out (default 0)

  8. wdSessHTTPRetryCount :: WDSession -> Int

    webdriver Test.WebDriver.Types

    Number of times to retry a HTTP request if it times out

  9. actionRetry :: Int -> Action a -> Action a

    shake Development.Shake

    Retry an Action if it throws an exception, at most n times (where n must be positive). If you need to call this function, you should probably try and fix the underlying cause (but you also probably know that).

  10. CatchRetryOp :: PrimOp

    ghc-lib-parser GHC.Builtin.PrimOps

    No documentation available.

Page 21 of many | Previous | Next