SeleniumHQ/seleniumhq.github.io
Auf GitHub ansehen[đ Feature]: Document `enableExtensionTargets` flag in Chrome implicitly when using Extension Targets
Closed
#2.410 geöffnet am 4. Juli 2025
I-enhancementhacktoberfest
Repository-Metriken
- Stars
- Â (712 Stars)
- PR-Merge-Metriken
- Â (Durchschn. Merge 2T 4h)Â (8 gemergte PRs in 30 T)
Beschreibung
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
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.