selenium automation. Start Firefox to load user configuration, which is still the default of default after startup. It feels that loading custom user configuration does not take effect.
Firefox version: 63.0
Selenium version: 3.14.1
the code is as follows:
fp = webdriver.FirefoxProfile("/Users/nishu/Desktop/personal-projects/mp_spider/profile/81hglj5x.user1")
self.driver = webdriver.Firefox(firefox_profile=fp)
enter about:profiles to view the configuration file after launching the browser, which shows that default configuration is being used instead of user1 configuration