Similar to
Alter the default header/footer when printing to PDF
, but im trying to alter the default header and footer in window mode. Specifically, I want to edit the date section. I found
to be the source code of chromium, but it seems the only supported argument i can pass is isHeaderFooterEnabled, which is a boolean.