R
R
ReDeNDeR2021-01-17 15:32:09
Python
ReDeNDeR, 2021-01-17 15:32:09

How to interact with google extensions in selenium(python)?

I need to make a script that makes a click in the google extension, I managed to open google with extensions, but I can’t interact with it. Thanks for the help.

from selenium import webdriver

chop = webdriver.ChromeOptions()
chop.add_extension("1.6_0.crx")
driver = webdriver.Chrome(options=chop)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question