### Description Since `ChromeDriverv136`, the capability `enableExtensionTargets` needs to be set when using Extension Targets. We need to document this for all bindings To know why this change happened, check [here](https://groups.google.com/g/chromedriver-users/c/1UGKeKXCtiI/m/V2GuOxHUDAAJ) ### Have you considered any alternatives or workarounds? It is now a common issue. https://github.com/SeleniumHQ/selenium/issues/15685 and https://github.com/SeleniumHQ/selenium/issues/15993 are such examples. I see no alternative for this.