DedInc / pyanty

Python module for controlling Dolphin browser profiles using Selenium, Pyppeteer, and Playwright. Includes Dolphin API for profile management.
https://pypi.org/project/pyanty
MIT License
45 stars 14 forks source link

Not possible to pass args or options #21

Closed st7xxx closed 4 months ago

st7xxx commented 5 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')

DedInc commented 5 months ago

Extensions in Dolphin Any are added differently, the update will have

DedInc commented 4 months ago

Fixed