- Limit downloads on CI/CD.
- Concerned over download size on the dev box. Partially mitigated by shared install.
- Separate versioning of browsers for easier rolls.
- Clear message - I only need one browser.
- Do not have to ever worry about extra downloads.
This helper waits for requests initiated by the action to finish. It is similar to waitUntil: 'networkidle'
option, but is designed to work with any action, like click.
Example usage:
const waitForNetworkSettled = require('./networkSettled');
// Wait for network settled after navigation,