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.
-
webdriver Test.WebDriver.Capabilities No documentation available.
ByPartialLinkText :: Text -> Selectorwebdriver Test.WebDriver.Commands No documentation available.
-
webdriver Test.WebDriver.Commands No documentation available.
deleteAllKeys :: (HasCallStack, WebDriver wd) => WebStorageType -> wd ()webdriver Test.WebDriver.Commands Delete all keys within a given web storage area.
getAllKeys :: (HasCallStack, WebDriver wd) => WebStorageType -> wd [Text]webdriver Test.WebDriver.Commands Get a list of all keys from a web storage area.
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.
callStackItemToStackFrame :: (String, SrcLoc) -> StackFramewebdriver Test.WebDriver.Exceptions.Internal No documentation available.
externalCallStack :: HasCallStack => CallStackwebdriver 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
finallyClose :: WebDriver wd => wd a -> wd awebdriver Test.WebDriver.Monad A finalizer ensuring that the session is always closed at the end of the given WD action, regardless of any exceptions.
ByPartialLinkText :: Text -> Selectorwebdriver Test.WebDriver.Types No documentation available.