I'm using the python package Splinter in order to interact with a website. I wanted to figure out a way to change the default folder path of the downloads in Chrome. I stumbled upon this stack overflow post Selenium Webdriver in Python - files download directory change in Chrome preferences. I've only seen options for selenium and not Splinter which is just a wrapper of selenium. Is there a way I can possibly do change my chrome settings using splint?
Thank you