geckodriver icon indicating copy to clipboard operation
geckodriver copied to clipboard

Enabling extension for private windows after installing it with geckodriver

Open hheexx opened this issue 3 years ago • 2 comments

I am installing web extension into firefox over selenium with /moz/addon/install endpoint. How can I enable it for private windows? (newly added setting in firefox addon manager). image

You may need to add new parameter to endpoint or is there other way?

### Tasks
- [ ] https://bugzilla.mozilla.org/show_bug.cgi?id=1561841

hheexx avatar Apr 09 '21 15:04 hheexx

Please see https://bugzilla.mozilla.org/show_bug.cgi?id=1561841 which we might make it part of the WebDriver session capabilities.

whimboo avatar Jun 13 '23 12:06 whimboo

Thanks. I solved it by bundling custom profile with preinstalled extension.

hheexx avatar Jun 13 '23 18:06 hheexx