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.
-
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.
Profile :: HashMap FilePath FilePath -> HashMap Text ProfilePref -> Profile bwebdriver Test.WebDriver.Common.Profile No documentation available.
-
webdriver Test.WebDriver.Common.Profile An error occured while attempting to parse a profile's preference file.
ProfileParseError :: String -> ProfileParseErrorwebdriver Test.WebDriver.Common.Profile No documentation available.
-
webdriver Test.WebDriver.Common.Profile A profile preference value. This is the subset of JSON values that excludes arrays, objects, and null.
module Test.WebDriver.Firefox.
Profile A module for working with Firefox profiles. Firefox profiles are manipulated in pure code and then "prepared" for network transmission.
PrefBool :: Bool -> ProfilePrefwebdriver Test.WebDriver.Firefox.Profile No documentation available.
PrefDouble :: Double -> ProfilePrefwebdriver Test.WebDriver.Firefox.Profile No documentation available.
PrefInteger :: Integer -> ProfilePrefwebdriver Test.WebDriver.Firefox.Profile No documentation available.
PrefString :: Text -> ProfilePrefwebdriver Test.WebDriver.Firefox.Profile No documentation available.