marionette-1.0.0: Marionette protocol for Firefox
Safe HaskellTrustworthy
LanguageHaskell2010

Test.Marionette.Window

Documentation

newtype WindowHandle Source #

Constructors

WindowHandle Text 

Instances

Instances details
FromJSON WindowHandle Source # 
Instance details

Defined in Test.Marionette.Window

ToJSON WindowHandle Source # 
Instance details

Defined in Test.Marionette.Window

Read WindowHandle Source # 
Instance details

Defined in Test.Marionette.Window

Show WindowHandle Source # 
Instance details

Defined in Test.Marionette.Window

Eq WindowHandle Source # 
Instance details

Defined in Test.Marionette.Window

Ord WindowHandle Source # 
Instance details

Defined in Test.Marionette.Window

Hashable WindowHandle Source # 
Instance details

Defined in Test.Marionette.Window

data WindowType Source #

Constructors

Tab 
Window 

Instances

Instances details
FromJSON WindowType Source # 
Instance details

Defined in Test.Marionette.Window

ToJSON WindowType Source # 
Instance details

Defined in Test.Marionette.Window

Generic WindowType Source # 
Instance details

Defined in Test.Marionette.Window

Associated Types

type Rep WindowType 
Instance details

Defined in Test.Marionette.Window

type Rep WindowType = D1 ('MetaData "WindowType" "Test.Marionette.Window" "marionette-1.0.0-2rXrb754J8I8DUtJcHv2xL" 'False) (C1 ('MetaCons "Tab" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Window" 'PrefixI 'False) (U1 :: Type -> Type))
Show WindowType Source # 
Instance details

Defined in Test.Marionette.Window

Eq WindowType Source # 
Instance details

Defined in Test.Marionette.Window

type Rep WindowType Source # 
Instance details

Defined in Test.Marionette.Window

type Rep WindowType = D1 ('MetaData "WindowType" "Test.Marionette.Window" "marionette-1.0.0-2rXrb754J8I8DUtJcHv2xL" 'False) (C1 ('MetaCons "Tab" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Window" 'PrefixI 'False) (U1 :: Type -> Type))

data NewWindowResult Source #

Instances

Instances details
FromJSON NewWindowResult Source # 
Instance details

Defined in Test.Marionette.Window

Generic NewWindowResult Source # 
Instance details

Defined in Test.Marionette.Window

Associated Types

type Rep NewWindowResult 
Instance details

Defined in Test.Marionette.Window

type Rep NewWindowResult = D1 ('MetaData "NewWindowResult" "Test.Marionette.Window" "marionette-1.0.0-2rXrb754J8I8DUtJcHv2xL" 'False) (C1 ('MetaCons "NewWindowResult" 'PrefixI 'True) (S1 ('MetaSel ('Just "newWindowHandle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 WindowHandle) :*: S1 ('MetaSel ('Just "newWindowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 WindowType)))
Show NewWindowResult Source # 
Instance details

Defined in Test.Marionette.Window

Eq NewWindowResult Source # 
Instance details

Defined in Test.Marionette.Window

type Rep NewWindowResult Source # 
Instance details

Defined in Test.Marionette.Window

type Rep NewWindowResult = D1 ('MetaData "NewWindowResult" "Test.Marionette.Window" "marionette-1.0.0-2rXrb754J8I8DUtJcHv2xL" 'False) (C1 ('MetaCons "NewWindowResult" 'PrefixI 'True) (S1 ('MetaSel ('Just "newWindowHandle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 WindowHandle) :*: S1 ('MetaSel ('Just "newWindowType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 WindowType)))