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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -