Navigate and reload calls are out of sync with the HTML spec? #858
Open
Description
- 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?
Metadata
Assignees
Labels
No labels