private void button1_Click(object sender, EventArgs e)
 {
     listBox1.Items.Add("locating IE with google web page ");
     _doc = HookingIE.AttachToIEFromWebAddressExample();
     _doc.InjectJavascript("alert('TEST')");
     button3.Enabled = true;
 }