Namespace: driver

driver

The Marionette WebDriver services provides a standard conforming implementation of the W3C WebDriver specification.

Source:
See:

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.

Source:
Returns:

Iterator.

Type
Iterable