Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. module Test.WebDriver.Common.Profile

    A type for profile preferences. These preference values are used by both Firefox and Opera profiles.

  2. PrefBool :: Bool -> ProfilePref

    webdriver Test.WebDriver.Common.Profile

    No documentation available.

  3. PrefDouble :: Double -> ProfilePref

    webdriver Test.WebDriver.Common.Profile

    No documentation available.

  4. PrefInteger :: Integer -> ProfilePref

    webdriver Test.WebDriver.Common.Profile

    No documentation available.

  5. PrefString :: Text -> ProfilePref

    webdriver Test.WebDriver.Common.Profile

    No documentation available.

  6. newtype PreparedProfile b

    webdriver Test.WebDriver.Common.Profile

    Represents a profile that has been prepared for network transmission. The profile cannot be modified in this form.

  7. PreparedProfile :: ByteString -> PreparedProfile b

    webdriver Test.WebDriver.Common.Profile

    No documentation available.

  8. data Profile b

    webdriver Test.WebDriver.Common.Profile

    This structure allows you to construct and manipulate profiles in pure code, deferring execution of IO operations until the profile is "prepared". This type is shared by both Firefox and Opera profiles; when a distinction must be made, the phantom type parameter is used to differentiate.

  9. Profile :: HashMap FilePath FilePath -> HashMap Text ProfilePref -> Profile b

    webdriver Test.WebDriver.Common.Profile

    No documentation available.

  10. newtype ProfileParseError

    webdriver Test.WebDriver.Common.Profile

    An error occured while attempting to parse a profile's preference file.

Page 424 of many | Previous | Next