Open
Bug 1851561
Opened 2 years ago
Updated 3 months ago
Add support for the "ignoreCache" argument to the "browsingContext.reload" command
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P2)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:backlog])
After bug 1830859 has been finished we should also add the optional ignoreCache
argument, and provide a wdspec test that checks the correct behavior.
Reporter | ||
Comment 1•2 years ago
|
||
When we implement this feature we should definitely add tests that verify that a reload has actually taken place. None of our current tests are actually doing that but only trust the events and current URL.
Reporter | ||
Updated•2 years ago
|
Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:backlog]
Reporter | ||
Comment 2•2 years ago
|
||
I talked to Alex and for now this is not really blocking the Puppeteer unit tests. So it's not a priority for now and we can get to it when there is time or other clients request this particular feature. Nevertheless it might be good to keep it as P2 for now.
You need to log in
before you can comment on or make changes to this bug.
Description
•