Good aftermoon Gentelmen. I use this code to surf the some web site.
public partial class Form1 : Form
{
private CefSettings settings;
public Form1()
{
InitializeComponent();
Cef.Initialize(settings);
}
public CefSharp.WinForms.ChromiumWebBrowser browser;
public BrowserSettings BrowserSettings;
private void Form1_Load(object sender, EventArgs e)
{
browser = new CefSharp.WinForms.ChromiumWebBrowser("about:plugins");
this.tabPage1.Controls.Add(browser);
}
How to receive cooikes values from cef browser? I want to send a web request(webClient) with cef cookies. I'm programming in c#. Thank you, good luck.
Aucun commentaire:
Enregistrer un commentaire