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.Capabilities Represents platform options supported by WebDriver. The value Any represents no preference.
-
webdriver Test.WebDriver.Capabilities Available settings for the proxy Capabilities field
-
webdriver Test.WebDriver.Commands No documentation available.
module Test.WebDriver.Common.
Profile A type for profile preferences. These preference values are used by both Firefox and Opera profiles.
PrefBool :: Bool -> ProfilePrefwebdriver Test.WebDriver.Common.Profile No documentation available.
PrefDouble :: Double -> ProfilePrefwebdriver Test.WebDriver.Common.Profile No documentation available.
PrefInteger :: Integer -> ProfilePrefwebdriver Test.WebDriver.Common.Profile No documentation available.
PrefString :: Text -> ProfilePrefwebdriver Test.WebDriver.Common.Profile No documentation available.
-
webdriver Test.WebDriver.Common.Profile Represents a profile that has been prepared for network transmission. The profile cannot be modified in this form.
PreparedProfile :: ByteString -> PreparedProfile bwebdriver Test.WebDriver.Common.Profile No documentation available.