-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] RPC/Firefox goBack does not return a response (guid) #3693
Comments
It seems like it has to do with |
This seems to be working on current tip-of-tree; I tried with So closing! |
@aslushnikov sorry to reopen, issue is still reproducible, at least in version Also I experienced, that it was not reproducible in upstream Playwright, only in Python or Go e.g. https://github.com/microsoft/playwright-python/pull/279/checks?check_run_id=1352140044 (feel free to mark it as irrelevant and close it, if you think its a non-customer critical issue) |
If pages are cached, then Firefox uses back-forward cache aggressively to serve the history navigations. Fixes microsoft/playwright#3693
for the record: we spent an hour with Max debugging this over zoom and turned out its an issue with python test server! |
If pages are cached, then Firefox uses back-forward cache aggressively to serve the history navigations. Fixes microsoft/playwright#3693
If pages are cached, then Firefox uses back-forward cache aggressively to serve the history navigations. Fixes microsoft/playwright#3693
If pages are cached, then Firefox uses back-forward cache aggressively to serve the history navigations. Fixes microsoft/playwright#3693
Context:
RPC response for all the browsers after executing Page.goBack:
Expected: Firefox does return a response value in the result map like CR and WK are doing.
I tried to reproduce it with the upstream implementation in Playwright but was not able to. Thats the failing Playwright Python test: microsoft/playwright-python#181
The text was updated successfully, but these errors were encountered: