Description
I initially thought I would post the countless issues filed on protractor and various testing frameworks regarding the issue, but really I don't think I need to. If you work on any selenium related projects, you know that occasionally driver versions become incompatible with browser versions. The errors displayed to the end user, supply little useful information on what is happening.
I think with community backing, a list of supported browser/driver pairings could be maintained (or possibly a list of known incompatibilities). With this list and sniffing, upstream tools can be smarter about how to proceed (whether it involves automatically installing the latest driver, or notifying the user of possible unexpected behavior).
I do see the documentation provided here: https://github.com/angular/webdriver-manager/blob/master/docs/protractor.md
I am curious if it would be possible for data like this to be automated and formatted for consumption.
While the idea has been stirring in my head for a while, I decided to file an issue here based on the discussion at jaridmargolin/inspect-process#36 (comment)