kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
412 stars 52 forks source link

[Future request] support `options.add_extension()` #37

Closed DeltaDarkness closed 10 months ago

DeltaDarkness commented 10 months ago

Capture

kaliiiiiiiiii commented 10 months ago

@DeltaDarkness The error tells you that it isn't implemented.

You can use

options.add_argument('--load-extension={}'.format(unpacked_extension_path))

as a workaround

kaliiiiiiiiii commented 10 months ago

moving to https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/8, closing therefore