selenium_dolphin icon indicating copy to clipboard operation
selenium_dolphin copied to clipboard

Not possible to pass args or options

Open st7xxx opened this issue 1 month ago • 1 comments

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')

st7xxx avatar May 18 '24 04:05 st7xxx