Parallel
Given a sequence that, from a single state, produces a series of states, such as a selector or a query, it distributes each of the resulting states in the sequence among separate browsers. Automatic parallel extraction will be disabled while an extraction that contains this action is running.
Syntax
Sequence.Parallel
ยท [sequence]
Parameters
- sequence
- The sequence to distribute among browsers.
Return Value
The result of the given sequence.