webdriver-w3c-0.0.3: Bindings to the WebDriver API
Copyright2018 Automattic Inc.
LicenseGPL-3
MaintainerNathan Bloomfield (nbloomf@gmail.com)
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Web.Api.WebDriver.Classes

Description

 
Synopsis

Documentation

class HasElementRef t where Source #

Types which carry a web element reference as described in https://www.w3.org/TR/webdriver/#elements.

Instances

Instances details
HasElementRef ElementRef Source # 
Instance details

Defined in Web.Api.WebDriver.Classes

class HasContextId t where Source #

Types which carry a window handle as described in https://www.w3.org/TR/webdriver/#command-contexts.

Methods

contextIdOf :: t -> ContextId Source #

Instances

Instances details
HasContextId ContextId Source # 
Instance details

Defined in Web.Api.WebDriver.Classes