Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
from selenium import webdriver browser = webdriver.Firefox()
所以这给了我一个浏览器对象和一个新窗口,我想知道的是如何告诉我的临时目录中保存该对象信息的文件夹的名称。大多数时候在 browser.quit() 上删除文件夹做得很好,但有时不会。
看起来它在:
browser.profile.path
您可以查看Firefox 配置文件的 Python 代码。