This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Description
The browse the web about currently depends upon a created web driver. If this we changed to a lazy instance then there would be no need to resolve lazy abilities in tests. This would simplify usage greatly.
It sound retain a constructor which accepts a non-lazy web driver but the one registered by default (via the extension methods) would use the lazy implementation.