webdriver-w3c-0.0.1: 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.

Minimal complete definition

elementRefOf

class HasContextId t where Source #

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

Minimal complete definition

contextIdOf

Methods

contextIdOf :: t -> ContextId Source #