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.
setLocation :: (HasCallStack, WebDriver wd) => (Int, Int, Int) -> wd ()webdriver Test.WebDriver.Commands Set the current geographical location of the device.
setOrientation :: (HasCallStack, WebDriver wd) => Orientation -> wd ()webdriver Test.WebDriver.Commands Set the current screen orientation for rotatable display devices.
setPageLoadTimeout :: (HasCallStack, WebDriver wd) => Integer -> wd ()webdriver Test.WebDriver.Commands Sets the amount of time (ms) to wait for a page to finish loading before throwing a Timeout exception.
setScriptTimeout :: (HasCallStack, WebDriver wd) => Integer -> wd ()webdriver Test.WebDriver.Commands Sets the amount of time (ms) we wait for an asynchronous script to return a result.
setWindowPos :: (HasCallStack, WebDriver wd) => (Int, Int) -> wd ()webdriver Test.WebDriver.Commands Set the coordinates of the current window.
setWindowSize :: (HasCallStack, WebDriver wd) => (Word, Word) -> wd ()webdriver Test.WebDriver.Commands Set the dimensions of the current window.
setDefaultArgs :: Args -> IO ()HTF Test.Framework.QuickCheckWrapper Change the default Args used to evaluate quick check properties.
setReplayFromString :: Args -> String -> ArgsHTF Test.Framework.QuickCheckWrapper Sets the replay parameter of the Args datatype by parsing the given string.
setComponents :: ProgressMeter -> [Progress] -> IO ()MissingH Data.Progress.Meter Adjust the list of components of this ProgressMeter.
setWidth :: ProgressMeter -> Int -> IO ()MissingH Data.Progress.Meter Adjusts the width of this ProgressMeter.