Copyright | 2018 Automattic Inc. |
---|---|
License | GPL-3 |
Maintainer | Nathan Bloomfield (nbloomf@gmail.com) |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
- 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.
elementRefOf :: t -> ElementRef Source #
class HasContextId t where Source #
Types which carry a window handle as described in https://www.w3.org/TR/webdriver/#command-contexts.
contextIdOf :: t -> ContextId Source #