Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question