I should have asked this question before I started messing with selenium, but I originally started it so I would have it configure my browser settings. After much success and time in my code I was able to get the code to do the configurations that I wanted to with chrome. I new every time I was launching the code a test browser would pop up and didn't think of it because I did need to test my code before messing with my actual browser.
But now that I got my code done and I run it I see the configurations being made, then I realize. The configurations are not being made to my actual browser. Is there anyway to have my code run to my actual browser and make the changes?