1

I'm using webdriver for my testing, right now when I install the chrome extension the extension files are getting stored in temp folder, is there any way I can define the path where it should be stored.

Thank you.

1 Answers1

0

You can use the Selenium module to help store the extension files. Here's a link that can help:

Load chrome extension using selenium

Hope this helps! :)

Gavin Wong
  • 1,254
  • 1
  • 6
  • 15
  • No Gavin, Thanks Gavin but this didnt help, I'm trying to change the extension download path, right now extension files are getting stored in temp folder. – vetrimarann Jul 01 '20 at 12:52