Ashwin Pranesh

Results 1 comments of Ashwin Pranesh

I have the same issue attempting to install a Webrtc blocker. Here is my snippet: ``` import seleniumwire.undetected_chromedriver.v2 as uc options = uc.ChromeOptions() options.add_argument('--no-first-run --no-service-autorun --password-store=basic') options.add_argument('--data-path={}'.format(os.getcwd() + '/chrome-data/data-path')) chrome_options.add_extension(webrtc_blocker.crx)...