The Marionette WebDriver services provides a standard conforming implementation of the W3C WebDriver specification.
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