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 PreparedProfile b

    webdriver Test.WebDriver.Firefox.Profile

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

  2. data Profile b

    webdriver Test.WebDriver.Firefox.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.

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

    webdriver Test.WebDriver.Firefox.Profile

    No documentation available.

  4. newtype ProfileParseError

    webdriver Test.WebDriver.Firefox.Profile

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

  5. ProfileParseError :: String -> ProfileParseError

    webdriver Test.WebDriver.Firefox.Profile

    No documentation available.

  6. data ProfilePref

    webdriver Test.WebDriver.Firefox.Profile

    A profile preference value. This is the subset of JSON values that excludes arrays, objects, and null.

  7. PAC :: String -> ProxyType

    webdriver Test.WebDriver.Types

    Use a proxy auto-config file specified by URL

  8. Phantomjs :: Maybe FilePath -> [String] -> Browser

    webdriver Test.WebDriver.Types

    No documentation available.

  9. data Platform

    webdriver Test.WebDriver.Types

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

  10. Portrait :: Orientation

    webdriver Test.WebDriver.Types

    No documentation available.

Page 421 of many | Previous | Next