Replies: 1 comment
-
You can use devtools to get a better understanding of what's going on. https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#javascript-debugging |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @amaitland and everyone,
I have a CefSharp code written by some EX (not documented).
I want to know how the flow is and where this flow is breaking but I am not able to figure it out. It would be great if some insights are provided.
So here is the Flow that we are having:
1] we have a Chrome process which gets bot blocked for some reason
2] then we invoke CefSharp application (which starts with a blank html page) and navigate to that page
3] and using the WebSocket we load the response in the Chrome.
Now the problem is this page is not getting loaded in the chrome I am getting the response body when I do the Console.Write().
But in the Logs with WebSocket it shows loadingFailed, I know I am able to navigate that page but when I tried to see I am getting body is null and HTML is not having any body. So it means CEF was not able to send the response
Thank you in advance. Any help is highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions