Page 1 of 1

How to Set the browser UserAgent

Posted: Wed Jan 24, 2018 2:31 am
by yiqianyishi
Hi,

I want to set the custom UserAgent for the browser. Where can I set it up? Which attribute? Thank you!

Re: How to Set the browser UserAgent

Posted: Wed Jan 24, 2018 3:04 am
by Chinyaev
Hi,

You can set UserAgent on GlobalCefApp
GlobalCEFApp.UserAgent := 'custom useragent';

Re: How to Set the browser UserAgent

Posted: Wed Jan 24, 2018 3:43 am
by yiqianyishi
HI,

This is right. Thank you very much.