A
Size: a a a
A
AR
AR
AR
К
AR
AR
AR
AD
AD
binary = FirefoxBinary('D:\\Browsers\\FirefoxPortable\\FirefoxPortable.exe')
driver = webdriver.Firefox(executable_path="C:\\geckodriver.exe", firefox_binary=binary)
driver.get('google.ru')
selenium.common.exceptions.WebDriverException: Message: The browser appears to have exited before we could connect. If you speci
fied a log_file in the FirefoxBinary constructor, check it for details.