This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Enable parallel execution for Selenium #54
Labels
minor
MINOR version when you add functionality in a backward compatible manner
Right now, the execution of Selenium is serial; given
N
profiles, the tool will run Selenium one by one.Thus, the more profiles you have in your config, the longer the overall execution will be.
Instead, it looks like enabling Selenium in parallel is possible, as long as
N
instances ofselenium.Chrome()
are created forN
profiles.Some refs:
The text was updated successfully, but these errors were encountered: