-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as not planned
Closed as not planned
Copy link
Labels
D-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" it
Description
Description
They remove --load-extension that cause .AddExtensions()
and other similar method broken
Version affected: Chrome 137
Reproducible Code
var options = new ChromeOptions();
options.AddExtensions(_extensionsPath);
var driver = new ChromeDriver(options);
Debugging Logs
[13564:10684:0524/222309.634:WARNING:chrome\browser\extensions\extension_service.cc:359] --load-extension is not allowed in Google Chrome, ignoring.
ℹ️ Last known working version: it broke on Chrome 137, worked on 136 and below
lioramavlad-vladimirovich
Metadata
Metadata
Assignees
Labels
D-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" it