browser
browser copied to clipboard
Turn CDP into a generic so that mocks can be injected for testing
The change look bigger than it is because the CDP struct was changed into a generic (so that mocks could be injected). This added a level of indentation.
Added a couple tests to get the ball rolling