Hi,
I want to set the custom UserAgent for the browser. Where can I set it up? Which attribute? Thank you!
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.
How to Set the browser UserAgent
Re: How to Set the browser UserAgent
Hi,
You can set UserAgent on GlobalCefApp
GlobalCEFApp.UserAgent := 'custom useragent';
You can set UserAgent on GlobalCefApp
GlobalCEFApp.UserAgent := 'custom useragent';
-
- Posts: 18
- Joined: Sun Jan 07, 2018 1:08 am
Re: How to Set the browser UserAgent
HI,
This is right. Thank you very much.
This is right. Thank you very much.