sandwich-webdriver-0.1.0.4: Sandwich integration with Selenium WebDriver
Safe HaskellNone
LanguageHaskell2010

Test.Sandwich.WebDriver.Class

Synopsis

The main WebDriver type

data WebDriver Source #

Instances

Instances details
HasWebDriver WebDriver Source # 
Instance details

Defined in Test.Sandwich.WebDriver.Internal.Types

getWdOptions :: WebDriver -> WdOptions Source #

Get the WdOptions associated with the WebDriver

getDisplayNumber :: WebDriver -> Maybe Int Source #

Get the X11 display number associated with the WebDriver. Only present if running in RunInXvfb mode.

getXvfbSession :: WebDriver -> Maybe XvfbSession Source #

Get the Xvfb session associated with the WebDriver, if present

The Xvfb session