module Test.Sandwich.WebDriver.Internal.Binaries.Selenium.Types where
import Test.Sandwich.Contexts.Nix
data SeleniumToUse =
DownloadSeleniumFrom FilePath String
| DownloadSeleniumDefault FilePath
| UseSeleniumAt FilePath
| UseSeleniumFromNixpkgs NixContext
deriving Int -> SeleniumToUse -> ShowS
[SeleniumToUse] -> ShowS
SeleniumToUse -> String
(Int -> SeleniumToUse -> ShowS)
-> (SeleniumToUse -> String)
-> ([SeleniumToUse] -> ShowS)
-> Show SeleniumToUse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> SeleniumToUse -> ShowS
showsPrec :: Int -> SeleniumToUse -> ShowS
$cshow :: SeleniumToUse -> String
show :: SeleniumToUse -> String
$cshowList :: [SeleniumToUse] -> ShowS
showList :: [SeleniumToUse] -> ShowS
Show