I've tried to test with `about:crashcontent` and for me, it looks like that we don't see on the geckodriver side that connection is closed, so [the close method](https://searchfox.org/mozilla-central/rev/ef34dd879ef8d4a0f3d68d371d23caebcd8fef65/testing/geckodriver/src/marionette.rs#1354) where we copy the files doesn't get executed. If I try to send another command after, then the whole chain is executed and the minidump files are copied.
Bug 1943038 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I've tried to test with `about:crashcontent` and for me, it looks like that we don't see on the geckodriver side that connection is closed, so [the close method](https://searchfox.org/mozilla-central/rev/ef34dd879ef8d4a0f3d68d371d23caebcd8fef65/testing/geckodriver/src/marionette.rs#1354) where we copy the files doesn't get executed. If I try to send another command after, then the whole chain is executed and the minidump files are copied. Also, just coping the files after the browser shutdown doesn't seem to work, because the profile is gone by then. If we want to do it, we have to delay the removal of profile or do the copying of minidump files at a different codepoint.