selenium - Chromedriver- extension - Python / crx to crx3

TemaDol

Newbie
Joined
May 16, 2020
Messages
45
Reaction score
5
hello everyone
since google updated the version of chrome 72 , i can not add extension crx to the driver in selenium , it throws an error


////// selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot process extension #1
from unknown error: CRX verification failed to parse extension header. Chrome supports only CRX3 format. Does the extension need to be updated? /////

does anyone know how to convert crx extension to crx3 ? i searched everywhere in Internet but no solution . Thanks alot
 
Back
Top