by Rahul Singla | Sep 10, 2025 | .NET 4.0+, .NET 4.5+, C#, Programming Techniques
In a long-term CefSharp / Chromium project we had been working upon, a client requested if we can always open PDF files for previewing after they have been downloaded. They specifically mentioned Chrome does the same. So I did some testing and observed that: You...
by Rahul Singla | Sep 10, 2025 | .Net, .NET 4.0+, .NET 4.5+, C#
In continuation to my previous blog post on CefSharp / Chromium, we were trying to build and bundle the output of our CefSharp based WPF application for our client for their testing. However I noticed the CefSharp.BrowserSubprocess.exe and related dlls / resources...
by Rahul Singla | Sep 10, 2025 | .NET 4.0+, .NET 4.5+, C#, Programming Techniques
So I was working on this CefSharp Chromium project where we needed to interact with the DOM in Chromium. We were trying to automate Order creation for a portal where-in we needed to click buttons in the portal’s html manually, and wait for their Ajax requests to...
Recent Comments