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. setLocation :: (HasCallStack, WebDriver wd) => (Int, Int, Int) -> wd ()

    webdriver Test.WebDriver.Commands

    Set the current geographical location of the device.

  2. setOrientation :: (HasCallStack, WebDriver wd) => Orientation -> wd ()

    webdriver Test.WebDriver.Commands

    Set the current screen orientation for rotatable display devices.

  3. 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.

  4. 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.

  5. setWindowPos :: (HasCallStack, WebDriver wd) => (Int, Int) -> wd ()

    webdriver Test.WebDriver.Commands

    Set the coordinates of the current window.

  6. setWindowSize :: (HasCallStack, WebDriver wd) => (Word, Word) -> wd ()

    webdriver Test.WebDriver.Commands

    Set the dimensions of the current window.

  7. setDefaultArgs :: Args -> IO ()

    HTF Test.Framework.QuickCheckWrapper

    Change the default Args used to evaluate quick check properties.

  8. setReplayFromString :: Args -> String -> Args

    HTF Test.Framework.QuickCheckWrapper

    Sets the replay parameter of the Args datatype by parsing the given string.

  9. setComponents :: ProgressMeter -> [Progress] -> IO ()

    MissingH Data.Progress.Meter

    Adjust the list of components of this ProgressMeter.

  10. setWidth :: ProgressMeter -> Int -> IO ()

    MissingH Data.Progress.Meter

    Adjusts the width of this ProgressMeter.

Page 349 of many | Previous | Next