Selenium Firefox loads the user configuration and remains the default user of default after startup

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
clipboard.png

Oct.08,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b6692-880c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b6692-880c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?