Where I have to put the Firefox Profile to use it with Splinter Where I have to put the Firefox Profile to use it with Splinter selenium selenium

Where I have to put the Firefox Profile to use it with Splinter


From this link here, you just need to provide your custom profile name as a string like below

from splinter import Browserbrowser = Browser('firefox', profile='my_profile')


According to this issue, passing custom profile name doesn't work. However, passing full path to the profile does.