UserAgent not working #4514
Closed
KebabGGbab
started this conversation in
General
Replies: 3 comments 1 reply
-
After some actions, like the site I needed began to display the information correctly, but the UserAgent is still not displayed correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://github.com/cefsharp/CefSharp/wiki/General-Usage#useragent |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you resolved it?I user the UserAgent property also not working |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to use CefSharp, after reading the documentation I am trying to implement the creation of multiple browser instances. But the problem is that I can't change their user agent. After I click compile project and enter any site that gives me information about my user agent, I see that it has not changed. Please tell me what could be the problem.
Code part:
If I understand correctly, should I edit the application manifest? I added the manifest that I copied from the link: "https://github.com/cefsharp/CefSharp/blob/master/CefSharp.WinForms.Example/app.manifest", but that didn't help either. Perhaps I am doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions