Module

Selenium.Types

Package
purescript-webdriver
Repository
slamdata/purescript-webdriver

#Builder Source

data Builder :: Type

#Driver Source

data Driver :: Type

#Window Source

data Window :: Type

#Until Source

data Until :: Type

#Element Source

data Element :: Type

#Locator Source

data Locator :: Type

#ActionSequence Source

#MouseButton Source

#ChromeOptions Source

#ControlFlow Source

#FirefoxOptions Source

#IEOptions Source

data IEOptions :: Type

#LoggingPrefs Source

#OperaOptions Source

#ProxyConfig Source

#SafariOptions Source

#ScrollBehaviour Source

#FileDetector Source

#WindowHandle Source

#Method Source

data Method

Copied from purescript-affjax because the only thing we need from affjax is Method

Constructors

Instances

#XHRState Source

data XHRState

Constructors

Instances

#Location Source

type Location = { x :: Int, y :: Int }

#Size Source

type Size = { height :: Int, width :: Int }

#ControlKey Source

newtype ControlKey

Constructors

#XHRStats Source

type XHRStats = { async :: Boolean, method :: Method, password :: Maybe String, state :: XHRState, url :: String, user :: Maybe String }