Browsewrtime uses gecko driver to drive Firefox Because of this we use a "temp" profile that is created and deleted by the driver We can use this strategy to save the profile and collect the crash data: https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html Notes on JS: https://selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/firefox.html Or force browsertime/driver to use the preexisting profile and not clone info from a template
Bug 1585036 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Browsewrtime uses gecko driver to drive Firefox Because of this we use a "temp" profile that is created and deleted by the driver We can use this strategy to save the profile and collect the crash data: https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html Notes on JS: https://selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/firefox.html Or force browsertime/driver to use the preexisting profile and not clone info from a template https://github.com/mozilla/browsertime/blob/master/lib/firefox/webdriver/index.js#L52