If you do this and install path_to_my_profile
where your regular profile resided, then Selenium should use your profile:
from selenium import webdriver
from selenium.webdriver.firefox.webdriver import FirefoxProfile
profile = FirefoxProfile(path_to_my_profile)
driver = webdriver.Firefox(profile)
, , , Selenium. , Selenium , , FirefoxProfile
None
, " Firefox, ".
, , Selenium ( ), . .