The Marionette WebDriver services provides a standard conforming implementation of the W3C WebDriver specification.
Members
(static) this.Context
Properties:
Name | Type | Description |
---|---|---|
CHROME |
||
CONTENT |
Methods
(generator, static) enumeratorIterator(enumerator) → {Iterable}
Helper function for converting a nsISimpleEnumerator
to a
JavaScript iterator.
Parameters:
Name | Type | Description |
---|---|---|
enumerator |
nsISimpleEnumerator | Enumerator to turn into iterator. |
Returns:
Iterator.
- Type
- Iterable