Open
Bug 1938150
Opened 2 months ago
Updated 2 months ago
Also copy minidump files when MINIDUMP_SAVE_PATH is set and geckodriver connects to an already running browser instance
Categories
(Testing :: geckodriver, task, P3)
Testing
geckodriver
Tracking
(Not tracked)
NEW
People
(Reporter: Sasha, Unassigned)
References
Details
In the scope of bug 1882338 and bug 1859377 we made the local and remote browser to copy minidump files when MINIDUMP_SAVE_PATH env variable is set, we should also make an existing browser to do it. It might not be as easy as for other kind of browsers because we first need to identify the path to a profile folder.
Updated•2 months ago
|
Summary: Make existing browser also copy minidump files when MINIDUMP_SAVE_PATH is set → Also copy minidump files when MINIDUMP_SAVE_PATH is set and geckodriver connects to an already running browser instance
Updated•2 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•