I tried to open browser with selenium with
driver = webdriver.Firefox()
driver.get("http://www.python.org")
But, when i did it, it open a blank browser without my personalized on firefox. So, have anyway to open Firefox with personalized like manualy open firefox? Thanks!