Hey I am trying to save a certain piece of text on a page and display it in a textbox.
Here is what I am working with but its not working:
Im also working with:
Here is what I am working with but its not working:
Code:
Clipboard.Clear();
webBrowser1.Focus();
SendKeys.SendWait("^(c)");
txtBoxEmail.Text = Clipboard.GetText();
Im also working with:
Code:
webBrowser1.Document.GetElementById("addyForm:addressSelect").Equals(txtBoxEmail.Text);