Implement "browsingContext.reload" command
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P2)
Tracking
(firefox119 fixed)
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:m8][wptsync upstream][webdriver:relnote])
Attachments
(2 files)
This command will provide the capability to reload the current page.
Wdspec tests for this command are already getting added via https://github.com/web-platform-tests/wpt/pull/39739.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
(In reply to Henrik Skupin [:whimboo][⌚️UTC+1] from comment #0)
Wdspec tests for this command are already getting added via https://github.com/web-platform-tests/wpt/pull/39739.
Actually there will be several PRs for tests. With that one the basic validation tests will be added. As such we probably want to wait until https://github.com/GoogleChromeLabs/chromium-bidi/pull/654 has been fixed.
Assignee | ||
Comment 2•1 year ago
|
||
We are waiting for the functionality tests to be added via https://github.com/web-platform-tests/wpt/pull/40134.
Assignee | ||
Comment 3•1 year ago
|
||
I'll have a look if we can get this quickly implemented. As such I'll create a new bug for handling the optional ignoreCache
boolean parameter which requires a specific test, and isn't covered yet by the already existent wdspec tests.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
I noticed that the WebDriver BiDi specification is wrong. At the moment no NavigationResult
is getting returned, which is needed by clients to actually listen for certain events. I filed https://github.com/w3c/webdriver-bidi/issues/527 to get this fixed. As such I'm going to also let Firefox return an empty result for now, and file a new bug to get the NavigationResult
added once the specification has been fixed.
Assignee | ||
Comment 5•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 6•1 year ago
|
||
Depends on D187445
Comment 9•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0212e4b4c8ae
https://hg.mozilla.org/mozilla-central/rev/3ccfd029bb7a
Assignee | ||
Comment 11•1 year ago
|
||
(In reply to Web Platform Test Sync Bot (Matrix: #interop:mozilla.org) from comment #8)
Created web-platform-tests PR
https://github.com/web-platform-tests/wpt/pull/41841 for changes under
testing/web-platform/tests
The upstream PR has been merged now.
Assignee | ||
Updated•1 year ago
|
Description
•