browsertime
browsertime copied to clipboard
Cookies aren't set if you start to navigate without a URL
One thing that isn't clear in the documentation is that if you run a script and the first thing you do is measure with an alias instead off an URL, the WebExtension doesn't run (since we do not have a URL and we need that for the extension).
That means for example that cookies aren't set.
Since we switched to use CDP for Chrome, this should work there now.
This will automatically be fixed when Firefox supports CDP.
When cookie support exists in bidi this will work. See https://github.com/sitespeedio/browsertime/issues/1170