A
A
affera2018-11-30 12:47:33
Python
affera, 2018-11-30 12:47:33

How to launch a browser with extensions in Selenium?

Hello everyone, there is a configured profile with extensions, but when run through Selenium, they do not work, although it is shown that they are installed. Or is it not possible?

from selenium.webdriver import Firefox
from selenium.webdriver import FirefoxProfile

def main():
    browser = Firefox(FirefoxProfile('/путь до профеля/'))
    browser.get('https://www.google.ru/')

if __name__ == '__main__':
    main()

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IvanSstarr, 2019-02-14
@IvanSstarr

A similar topic was discussed here: https:
//stackoverflow.com/a/how-to-select-chrome-e...
But how to do the same with powershell?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question