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