Each time I run new firefox driver it takes 1 minute to load it vs 5 seconds to load with cache. Is there any capability to use stored cache while running new firefox driver? (or doesn't flush previous webdriver cache with particular name)
Thanks!
Each time I run new firefox driver it takes 1 minute to load it vs 5 seconds to load with cache. Is there any capability to use stored cache while running new firefox driver? (or doesn't flush previous webdriver cache with particular name)
Thanks!
You should set webdriver.firefox.profile property to name of the profile. Refer (How to stop Selenium from creating temporary Firefox Profiles using Web Driver?) for detail.