| Copyright | 2018 Automattic Inc. |
|---|---|
| License | GPL-3 |
| Maintainer | Nathan Bloomfield (nbloomf@gmail.com) |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Web.Api.WebDriver.Classes
Description
- class HasElementRef t where
- class HasContextId t where
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
Methods
elementRefOf :: t -> ElementRef Source #
Instances
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
Methods
contextIdOf :: t -> ContextId Source #
Instances