Based on my observations, I understand that Selenium WebDriver creates files (created during execution) in /tmp folder and then deletes them when driver.quit() is called.
Is there any official Selenium WebDriver documentation that mentions this and throws more details around it?
I want to learn:
- Is the
/tmplocation configurable by the developer in the code? - Can this be turned off?
CodePudding user response:
