The connector is the interface between the rules Sonar executes and the URL. Right now, there are three official connectors available:
- jsdom: A nodejs implementation of the WHATWG DOM, which means it provides a pretty good engine to test how the page renders.
- chrome: Executes the rules by launching Chrome, using it's debugging protocol.
- edge: Exercises the rules using Microsoft Edge. This requires Windows 10 because Edge only works on Windows.