Should we be clearing cache #4896
Replies: 6 comments 5 replies
-
To clarify, I can delete the |
Beta Was this translation helpful? Give feedback.
-
The exception:
Details:
In code private async Task<RemoteObject> ExecuteEvaluationAsync(string method, object args)
{
// ...
} |
Beta Was this translation helpful? Give feedback.
-
I've never seen a case where clearing the cache was required for stability reasons. Suggests there's something else at play. If you are using CEF's request handler then I'd try disabling it and switching entirely to CDP. |
Beta Was this translation helpful? Give feedback.
-
Well I am curious... here is a test case: |
Beta Was this translation helpful? Give feedback.
-
@amaitland Bit of feedback, I am trying to scan for Again, see use case above. Try with an illegal credential, and just let the page respond with invalid and such. We are scanning for these elements, or trying to, in order to gauge how to respond in our WPF application. Open to suggestions, not sure exactly how we could possibly good better best resolve and or approach it. |
Beta Was this translation helpful? Give feedback.
-
Will close for now. But still I think maybe the exception thing is a bit strong for certain waits or queries, when a simple |
Beta Was this translation helpful? Give feedback.
-
I seem to be getting a lot of DOM exceptions responding when the application first loads. Do not have my app in a state to report the errors at the moment, but will follow up with that. Should we be clearing the
Cache
folder between sessions? On shutdown, or during load before the controls are initialized? In our case, for integration, puppeteering, this seems to help, not always, or with on intermittent issue before running fine afterwards, but more often than not. Thanks...Beta Was this translation helpful? Give feedback.
All reactions