Home > Net >  Is there any official documentation that mentions the creation of files in /tmp folder by Selenium W
Is there any official documentation that mentions the creation of files in /tmp folder by Selenium W

Time:02-10

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:

  1. Is the /tmp location configurable by the developer in the code?
  2. Can this be turned off?

CodePudding user response:

  •  Tags:  
  • Related