We should decide how to navigate the web and how to store the data.
The simplest option is:
- Follow any link / interact with any element on the page;
- Store in a file the steps taken;
- Parse coverage data and store coverage report (the name of the report could be WEBSITE_URL-INDEX_OF_STEP_IN_STEPS_FILE.json);
- Whenever we have to switch to a different website, restart Firefox to reset the coverage data to 0.