Skip to content Skip to sidebar Skip to footer

Selenium.common.exceptions.WebDriverException: Message: Can't Load The Profile

I'm using selenium with python to do some automated testing my code was working correctly until this morning, when I run it it gave me this exception driver = fwb.WebDriver(fi

Solution 1:

I found a workaround. The problem appears because the compatibility check for FF extensions takes more than 30 secounds. Installing the FF extension "Disable Add-on Compatibility Checks" skips this and everything is fine.


Solution 2:


Post a Comment for "Selenium.common.exceptions.WebDriverException: Message: Can't Load The Profile"