Closed st7xxx closed 4 months ago
I am trying to pass a extension to the application but neither the proper args for pyppeteer or the options for selenium dont work
args: [ '--disable-extensions-except=/path/to/extension/', '--load-extension=/path/to/extension/', ]
options.add_extension('./exampleOfExtensionDownloadedToFolder.crx')
Extensions in Dolphin Any are added differently, the update will have
Fixed
I am trying to pass a extension to the application but neither the proper args for pyppeteer or the options for selenium dont work
args: [ '--disable-extensions-except=/path/to/extension/', '--load-extension=/path/to/extension/', ]
options.add_extension('./exampleOfExtensionDownloadedToFolder.crx')