[Webkit-unassigned] [Bug 182295] W3C: WebAutomationSession::navigateBrowsingContext should implement "navigate to" command, steps 5–8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 30 09:21:10 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182295

--- Comment #1 from Brian Burg <bburg at apple.com> ---
Forgot the link:

https://w3c.github.io/webdriver/webdriver-spec.html#navigate-to

Practically speaking, we should be not running the page load timeout if this appears to be a same-document navigation (i.e., to a fragment). We also need to adjust the response if the navigation failed for some reason (handled by the "post-navigation checks" algorithm).

This command already does most steps of "wait for navigation to complete", though I haven't audited the code against the spec to see if we are missing any steps. It's likely that W3C test coverage is not good for the finer points of the algorithm.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180130/15b8bb1e/attachment.html>


More information about the webkit-unassigned mailing list