- WebDriver BiDi spec uses the value `"default"` as history handling. HTML spec has auto/replace/push only. - WebDriver BiDi spec uses the value `"reload"` as history handling. HTML spec does not support it. Should we use "auto" for history handling in navigate and call https://html.spec.whatwg.org/multipage/browsing-the-web.html#reload to specify the reload command? cc @jgraham @sadym-chromium