I am want to scrapped webbroser to ":" all line.
If finding : then scrapped full line with all line from the browser area.
below code I am trying but not getting any result pls check & give me solution.
if (webBrowser1.DocumentText.Contains(":"))
{
listBox1.Items.Add(webBrowser1.DocumentText.Contains(""));
}