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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
In the case of Wakr useragent, it must be changed before calling StartMainProcess.
In the case of DevTools, it does not change until after calling.
Is there a way to change it before calling it? useragentdata?
Disable the Chromium1.DefaultURL line in TForm1.FormCreate in the MobileBrowser.
Then set some emulation settings and after that click on the GO button.
The web browser will apply the new emulation settings to the first web page.
Experiment with the MobileBrowser demo, Try new DevTools methods until you find the ones that work in the use case of your application.
I'm sorry but I don't know how to change all those values.
You will have to experiment with the MobileBrowser demo and other DevTools methods or even patching Chromium and building the CEF binaries yourself in order to change some of those values.