Hi!
Property HasDevTools always is false. I think it not works.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
HasDevTools not works
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: HasDevTools not works
This is what the CEF comments say about that in /include/capi/cef_browser_capi.h
Tha UI thread is not the main form thread. Perharps I should try calling it using CefPostTask(TID_UI, TempTask) like TChromium.RetrieveHTML.
Code: Select all
///
// Returns true (1) if this browser currently has an associated DevTools
// browser. Must be called on the browser process UI thread.
///