Should we be clearing cache #4896
Replies: 6 comments 5 replies
|
To clarify, I can delete the |
|
The exception: Details: In code private async Task<RemoteObject> ExecuteEvaluationAsync(string method, object args)
{
// ...
} |
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. |
|
Well I am curious... here is a test case: |
|
@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. |
|
Will close for now. But still I think maybe the exception thing is a bit strong for certain waits or queries, when a simple |
Uh oh!
There was an error while loading. Please reload this page.
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
Cachefolder 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...All reactions