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. LogAll :: LogLevel

    webdriver Test.WebDriver.Capabilities

    No documentation available.

  2. ByPartialLinkText :: Text -> Selector

    webdriver Test.WebDriver.Commands

    No documentation available.

  3. LogAll :: LogLevel

    webdriver Test.WebDriver.Commands

    No documentation available.

  4. deleteAllKeys :: (HasCallStack, WebDriver wd) => WebStorageType -> wd ()

    webdriver Test.WebDriver.Commands

    Delete all keys within a given web storage area.

  5. getAllKeys :: (HasCallStack, WebDriver wd) => WebStorageType -> wd [Text]

    webdriver Test.WebDriver.Commands

    Get a list of all keys from a web storage area.

  6. expectAll :: (Foldable f, MonadBaseControl IO m, HasCallStack) => (a -> m Bool) -> f a -> m ()

    webdriver Test.WebDriver.Commands.Wait

    Apply a monadic predicate to every element in a list, and expect that all succeed.

  7. callStackItemToStackFrame :: (String, SrcLoc) -> StackFrame

    webdriver Test.WebDriver.Exceptions.Internal

    No documentation available.

  8. externalCallStack :: HasCallStack => CallStack

    webdriver Test.WebDriver.Exceptions.Internal

    Use GHC's CallStack capabilities to return a callstack to help debug a FailedCommand. Drops all stack frames inside Test.WebDriver modules, so the first frame on the stack should be where the user called into Test.WebDriver

  9. finallyClose :: WebDriver wd => wd a -> wd a

    webdriver Test.WebDriver.Monad

    A finalizer ensuring that the session is always closed at the end of the given WD action, regardless of any exceptions.

  10. ByPartialLinkText :: Text -> Selector

    webdriver Test.WebDriver.Types

    No documentation available.

Page 527 of many | Previous | Next