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.
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.
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! :)