Driver Management FAQ

  • Q: How can I have a driver object for per thread?
    A: Just set the value of property thread.based.driver to true. The internal driver provider will automatically return driver on per thread basis.

  • Q: How I can I force the current used driver provided by the in-built driver provider to quit?
    A: In case you want to quit the current driver provided by the in-built driver provider just call the static method clearCacheAndQuitDriver present under the class CacheDriverFactory.