chrome driver extension issue

Failed to load extension pop up throws while running selenium scripts in chrome

Why this error message “Failed to load extension from:” is occurring while executing selenium script in chrome browser? Selenium chrome driver uses Chrome automation extension where as your admin(company) is blocking extensions This was also reported as an issue here https://bugs.chromium.org/p/chromedriver/issues/detail?id=639#c36 There are two options to fix this issue: 1.…