python - Chrome Extension in Selenium -


i'm trying load chrome extension in selenium using following

options = webdriver.chromeoptions() options.add_argument("--start-maximized") options.add_extension('candidate.ai-get-email,-salary,-social-link_v0.3.6.crx') 

i'm getting error 'path extension doesn't exist' correct path use ubuntu 16 machine?

so solution, , else might have assumed doing this, i've downloaded copy of crx downloads , rather trying access installed version, access this. putting full path file (which have commas) working.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -