Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data Platform

    webdriver Test.WebDriver.Capabilities

    Represents platform options supported by WebDriver. The value Any represents no preference.

  2. ieForceCreateProcess :: Browser -> Bool

    webdriver Test.WebDriver.Capabilities

    Forces launching Internet Explorer using the CreateProcess API. If this option is not specified, IE is launched using the IELaunchURL, if it is available. For IE 8 and above, this option requires the TabProcGrowth registry value to be set to 0.

  3. platform :: Capabilities -> Platform

    webdriver Test.WebDriver.Capabilities

    Platform on which the browser should run.

  4. usePlatform :: HasCapabilities t => Platform -> t -> t

    webdriver Test.WebDriver.Capabilities

    A helper function for setting the platform capability of a HasCapabilities instance

  5. usePlatform :: HasCapabilities t => Platform -> t -> t

    webdriver Test.WebDriver.Config

    A helper function for setting the platform capability of a HasCapabilities instance

  6. data Platform

    webdriver Test.WebDriver.Types

    Represents platform options supported by WebDriver. The value Any represents no preference.

  7. ieForceCreateProcess :: Browser -> Bool

    webdriver Test.WebDriver.Types

    Forces launching Internet Explorer using the CreateProcess API. If this option is not specified, IE is launched using the IELaunchURL, if it is available. For IE 8 and above, this option requires the TabProcGrowth registry value to be set to 0.

  8. platform :: Capabilities -> Platform

    webdriver Test.WebDriver.Types

    Platform on which the browser should run.

  9. data TransformOptions

    HTF Test.Framework.Preprocessor

    No documentation available.

  10. TransformOptions :: Bool -> Bool -> TransformOptions

    HTF Test.Framework.Preprocessor

    No documentation available.

Page 637 of many | Previous | Next